public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-crypt/xca/files: xca-0.9.0-qt_detection.patch
@ 2010-11-07 18:28 Dane Smith (c1pher)
  0 siblings, 0 replies; only message in thread
From: Dane Smith (c1pher) @ 2010-11-07 18:28 UTC (permalink / raw
  To: gentoo-commits

c1pher      10/11/07 18:28:38

  Added:                xca-0.9.0-qt_detection.patch
  Log:
  Version bump for xca to 0.9.0 wrt bug 343599.
  
  (Portage version: 2.2.0_alpha3_p8/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-crypt/xca/files/xca-0.9.0-qt_detection.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/xca/files/xca-0.9.0-qt_detection.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/xca/files/xca-0.9.0-qt_detection.patch?rev=1.1&content-type=text/plain

Index: xca-0.9.0-qt_detection.patch
===================================================================
--- configure	2010-08-29 04:28:32.000000000 -0400
+++ configure.mine	2010-11-07 13:08:58.000000000 -0500
@@ -101,15 +101,17 @@
 # check for libs
 search_lib() {
   for dir in ${DIRS};  do
-    for dbn in $@; do
-      for suffix in so dylib obj a; do
-        for lib in lib lib64 lib32 out; do
-          if test -r "${dir}/${lib}/lib${dbn}.${suffix}"; then
-            add_lib "${dir}/${lib}" "${dbn}" "${suffix}"
-	    echo "Found: lib${dbn}.${suffix} at ${dir}/${lib}"
-            return 0
-	  fi
-	done
+    for subdir in "" ${subdirs}; do
+      for dbn in $@; do
+        for suffix in so dylib obj a; do
+          for lib in lib out; do
+            if test -r "${dir}/${lib}/${subdir}/lib${dbn}.${suffix}"; then
+              add_lib "${dir}/${lib}/${subdir}" "${dbn}" "${suffix}"
+              echo "Found: lib${dbn}.${suffix} at ${dir}/${lib}/${subdir}"
+              return 0
+            fi
+          done
+        done
       done
     done
   done






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-11-07 18:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-07 18:28 [gentoo-commits] gentoo-x86 commit in app-crypt/xca/files: xca-0.9.0-qt_detection.patch Dane Smith (c1pher)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox