SOURCES: gnash-lib64.patch (NEW) - detect qt libs on amd64.

pluto pluto at pld-linux.org
Mon Apr 28 16:29:07 CEST 2008


Author: pluto                        Date: Mon Apr 28 14:29:07 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- detect qt libs on amd64.

---- Files affected:
SOURCES:
   gnash-lib64.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gnash-lib64.patch
diff -u /dev/null SOURCES/gnash-lib64.patch:1.1
--- /dev/null	Mon Apr 28 16:29:07 2008
+++ SOURCES/gnash-lib64.patch	Mon Apr 28 16:29:02 2008
@@ -0,0 +1,11 @@
+--- gnash-0.8.2/macros/qt.m4.orig	2008-02-01 06:48:34.000000000 +0100
++++ gnash-0.8.2/macros/qt.m4	2008-04-28 15:34:36.000000000 +0200
+@@ -167,7 +170,7 @@
+   AC_ARG_WITH(qt_lib, AC_HELP_STRING([--with-qt-lib], [directory where qt libraries are]), with_qt_lib=${withval})
+   AC_CACHE_VAL(ac_cv_path_qt_lib, [
+     if test x"${with_qt_lib}" != x ; then
+-      if test `ls -C1 ${gnash_qt_topdir}/lib/libqt*-mt.* | wc -l` -gt 0 ; then
++      if test `ls -C1 ${with_qt_lib}/libqt*-mt.* | wc -l` -gt 0 ; then
+        ac_cv_path_qt_lib="-L`(cd ${with_qt_lib}; pwd)` ${qt3support} -lqt-mt"
+       else
+ 	      AC_MSG_ERROR([${with_qt_lib} directory doesn't contain qt libraries.])
================================================================


More information about the pld-cvs-commit mailing list