]> git.pld-linux.org Git - packages/alsa-tools.git/commitdiff
- for some reason set -o posix in pdksh makes {A,B} constructions
authorhavner <havner@pld-linux.org>
Wed, 23 Aug 2006 22:22:43 +0000 (22:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  unresolvable

Changed files:
    alsa-tools-sh.patch -> 1.1

alsa-tools-sh.patch [new file with mode: 0644]

diff --git a/alsa-tools-sh.patch b/alsa-tools-sh.patch
new file mode 100644 (file)
index 0000000..fdc4715
--- /dev/null
@@ -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"
This page took 0.050894 seconds and 4 git commands to generate.