diff options
Diffstat (limited to 'app-doc/doxygen/files/bsd-configure.patch')
-rw-r--r-- | app-doc/doxygen/files/bsd-configure.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-doc/doxygen/files/bsd-configure.patch b/app-doc/doxygen/files/bsd-configure.patch new file mode 100644 index 000000000000..fce643fac3f8 --- /dev/null +++ b/app-doc/doxygen/files/bsd-configure.patch @@ -0,0 +1,16 @@ +--- doxygen-1.4.1/configure.orig Fri Feb 18 23:13:20 2005 ++++ doxygen-1.4.1/configure Fri Feb 18 23:13:37 2005 +@@ -305,11 +305,11 @@ + for i in $install_names; do + for j in $install_dirs; do + if test -x "$j/$i"; then +- if test -n "`$j/$i --version 2>/dev/null | grep utils`"; then ++ #if test -n "`$j/$i --version 2>/dev/null | grep utils`"; then + install_found=YES + install_prog="$j/$i" + break 2 +- fi ++ #fi + fi + done + done |