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.8.1-qt_detection.patch
@ 2010-04-29 20:21 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-04-29 20:21 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/04/29 20:21:27

  Added:                xca-0.8.1-qt_detection.patch
  Log:
  Version bump (bug #317293).
  (Portage version: HEAD/cvs/Linux x86_64)

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

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

Index: xca-0.8.1-qt_detection.patch
===================================================================
--- configure
+++ configure
@@ -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 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
@@ -121,7 +123,7 @@
 ######################### QT
 subdirs="/qt /qt4"
 search_includes Qt/qobject.h || err "The QT Library headerfiles were not found. Set QTDIR appropriately."
-subdirs="/qt/Qt /qt4/Qt /Qt"
+subdirs="/qt/Qt /qt4/Qt /Qt /qt4"
 search_includes qobject.h || err "The QT Library headerfiles were not found. Set QTDIR appropriately."
 search_lib QtGui4 QtGui || err "The QT library was not found."
 search_lib ltdl || err "Libtool ltdl not found."






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-crypt/xca/files: xca-0.8.1-qt_detection.patch
@ 2011-01-07 17:07 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-01-07 17:07 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/01/07 17:07:33

  Removed:              xca-0.8.1-qt_detection.patch
  Log:
  Delete older ebuild.
  
  (Portage version: 2.2.0_alpha14/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-07 17:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-29 20:21 [gentoo-commits] gentoo-x86 commit in app-crypt/xca/files: xca-0.8.1-qt_detection.patch Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-07 17:07 Arfrever Frehtes Taifersar Arahesis (arfrever)

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