Files @ 973eab045010
Branch filter:

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

binki
dev-util/cmake: Add a patch to cmake which enables kde-base/kdelibs to compile on systems where /usr/lib is neither a symlink to /usr/lib64 or /usr/lib32. This adds a FIND_LIBRARY_USE_LIB32_PATHS global property which is an analog to the FIND_LIBRARY_USE_LIB64_PATHS property.

(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