SOURCES: doxygen-qt-thread.patch (NEW) - avoid errors for overlong...

glen glen at pld-linux.org
Mon Dec 11 16:00:38 CET 2006


Author: glen                         Date: Mon Dec 11 15:00:38 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- avoid errors for overlong arguments

---- Files affected:
SOURCES:
   doxygen-qt-thread.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/doxygen-qt-thread.patch
diff -u /dev/null SOURCES/doxygen-qt-thread.patch:1.1
--- /dev/null	Mon Dec 11 16:00:38 2006
+++ SOURCES/doxygen-qt-thread.patch	Mon Dec 11 16:00:33 2006
@@ -0,0 +1,11 @@
+--- doxygen-1.5.1/configure~	2006-12-11 16:59:33.677809605 +0200
++++ doxygen-1.5.1/configure	2006-12-11 16:59:50.058178596 +0200
+@@ -291,7 +291,7 @@
+     fi
+     echo " headers $QTDIR/include,"
+     echo "                     libraries $QTDIR/$LIBDIR"  
+-    if test -n "`ls $QTDIR/$LIBDIR/* | grep qt-mt`"; then
++    if test -f $QTDIR/$LIBDIR/libqt-mt.la; then
+       f_thread=YES
+     fi
+   fi
================================================================


More information about the pld-cvs-commit mailing list