Files @ 2de85ab51b41
Branch filter:

Location: ohnobinki_overlay/app-doc/doxygen/files/bsd-configure.patch

binki
app-portage/sunrise-commit: Bump to sunrise-commit-0.3_pre20100923 thanks to sedzimir discovering how incorrect my last commits to sunrise-commit itself were ;-).

(Portage version: 2.2_rc69-r1/hg/Linux x86_64, signed Manifest commit)
--- 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