diff options
author | 2005-02-19 15:50:11 +0000 | |
---|---|---|
committer | 2005-02-19 15:50:11 +0000 | |
commit | aebf5eeac9c42257b533d54179d5b6667861ce1e (patch) | |
tree | f33506da3da8d97733fba01ceb0bb8564b6b9b63 /app-doc/doxygen/files | |
parent | dcopperl, dcoppython, qtruby and korundum have been unslotted i.e. all versio... (diff) | |
download | historical-aebf5eeac9c42257b533d54179d5b6667861ce1e.tar.gz historical-aebf5eeac9c42257b533d54179d5b6667861ce1e.tar.bz2 historical-aebf5eeac9c42257b533d54179d5b6667861ce1e.zip |
Patch to work on ppc-macos
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'app-doc/doxygen/files')
-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 |