Author: adamg                        Date: Sun Feb 20 21:15:02 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SOURCES/xdrawchem-lib64.patch
diff -u /dev/null SOURCES/xdrawchem-lib64.patch:1.1
--- /dev/null   Sun Feb 20 22:15:02 2005
+++ SOURCES/xdrawchem-lib64.patch       Sun Feb 20 22:14:56 2005
@@ -0,0 +1,40 @@
+diff -burN xdrawchem-1.9.2.orig/configure.ac xdrawchem-1.9.2/configure.ac
+--- xdrawchem-1.9.2.orig/configure.ac  2005-02-20 21:34:21.348541816 +0100
++++ xdrawchem-1.9.2/configure.ac       2005-02-20 21:35:53.392549000 +0100
+@@ -86,30 +86,30 @@
+         ;;
+ 
+     *)
+-        QT_IS_STATIC=`ls $QTDIR/lib/*.a 2> /dev/null`
++        QT_IS_STATIC=`ls $QTDIR/lib64/*.a 2> /dev/null`
+         if test "x$QT_IS_STATIC" = x; then
+             QT_IS_STATIC="no"
+         else
+             QT_IS_STATIC="yes"
+         fi
+         if test x$QT_IS_STATIC = xno ; then
+-            QT_IS_DYNAMIC=`ls $QTDIR/lib/*.so 2> /dev/null` 
++            QT_IS_DYNAMIC=`ls $QTDIR/lib64/*.so 2> /dev/null` 
+             if test "x$QT_IS_DYNAMIC" = x;  then
+                 AC_MSG_ERROR([*** Couldn't find any Qt libraries])
+             fi
+         fi
+ 
+-        if test "x`ls $QTDIR/lib/libqt.* 2> /dev/null`" != x ; then
++        if test "x`ls $QTDIR/lib64/libqt.* 2> /dev/null`" != x ; then
+             QT_LIB="-lqt"
+             QT_IS_MT="no"
+-        elif test "x`ls $QTDIR/lib/libqt-mt.* 2> /dev/null`" != x ; then
++        elif test "x`ls $QTDIR/lib64/libqt-mt.* 2> /dev/null`" != x ; then
+             QT_LIB="-lqt-mt"
+             QT_IS_MT="yes"
+-        elif test "x`ls $QTDIR/lib/libqte.* 2> /dev/null`" != x ; then
++        elif test "x`ls $QTDIR/lib64/libqte.* 2> /dev/null`" != x ; then
+             QT_LIB="-lqte"
+             QT_IS_MT="no"
+             QT_IS_EMBEDDED="yes"
+-        elif test "x`ls $QTDIR/lib/libqte-mt.* 2> /dev/null`" != x ; then
++        elif test "x`ls $QTDIR/lib64/libqte-mt.* 2> /dev/null`" != x ; then
+             QT_LIB="-lqte-mt"
+             QT_IS_MT="yes"
+             QT_IS_EMBEDDED="yes"
================================================================

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to