Author: havner                       Date: Wed Aug 23 22:22:48 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- for some reason set -o posix in pdksh makes {A,B} constructions
  unresolvable

---- Files affected:
SOURCES:
   alsa-tools-sh.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/alsa-tools-sh.patch
diff -u /dev/null SOURCES/alsa-tools-sh.patch:1.1
--- /dev/null   Thu Aug 24 00:22:48 2006
+++ SOURCES/alsa-tools-sh.patch Thu Aug 24 00:22:43 2006
@@ -0,0 +1,39 @@
+--- alsa-tools-1.0.11.orig/qlo10k1/acinclude.m4        2005-05-17 
18:12:50.000000000 +0200
++++ alsa-tools-1.0.11/qlo10k1/acinclude.m4     2006-08-24 00:07:33.000000000 
+0200
+@@ -86,30 +86,30 @@
+         ;;
+ 
+     *)
+-        QT_IS_STATIC=`ls $QTDIR/lib/*.a 2> /dev/null`
++        QT_IS_STATIC=""
+         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/lib/libqt*.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.{a,so} 2> /dev/null`" != x ; then
++        if test "x`ls $QTDIR/lib/libqt.so 2> /dev/null`" != x ; then
+             QT_LIB="-lqt"
+             QT_IS_MT="no"
+-        elif test "x`ls $QTDIR/lib/libqt-mt.{a,so} 2> /dev/null`" != x ; then
++        elif test "x`ls $QTDIR/lib/libqt-mt.so 2> /dev/null`" != x ; then
+             QT_LIB="-lqt-mt"
+             QT_IS_MT="yes"
+-        elif test "x`ls $QTDIR/lib/libqte.{a,so} 2> /dev/null`" != x ; then
++        elif test "x`ls $QTDIR/lib/libqte.so 2> /dev/null`" != x ; then
+             QT_LIB="-lqte"
+             QT_IS_MT="no"
+             QT_IS_EMBEDDED="yes"
+-        elif test "x`ls $QTDIR/lib/libqte-mt.{a,so} 2> /dev/null`" != x ; then
++        elif test "x`ls $QTDIR/lib/libqte-mt.so 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