]> git.pld-linux.org Git - packages/qt4.git/commitdiff
- not baibai, qmake is still built without any passed flags... auto/ac/qt-3_2_1-2 auto/ac/qt-3_2_1-4
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 1 Sep 2003 14:47:15 +0000 (14:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qt-qmake-opt.patch -> 1.4

qt-qmake-opt.patch [new file with mode: 0644]

diff --git a/qt-qmake-opt.patch b/qt-qmake-opt.patch
new file mode 100644 (file)
index 0000000..320c1c4
--- /dev/null
@@ -0,0 +1,12 @@
+--- qt-x11-free-3.1.1/configure.orig   Fri Nov 29 15:26:24 2002
++++ qt-x11-free-3.1.1/configure        Fri Feb 14 09:59:20 2003
+@@ -2185,6 +2185,9 @@
+             grep "QMAKE_CFLAGS_DEBUG[^_A-Z0-9]" $QMAKESPEC/qmake.conf >>$mkfile
+           EXTRA_CFLAGS="$EXTRA_CFLAGS \$(QMAKE_CFLAGS_DEBUG)"
+         fi
++      if [ -n "$OPTFLAGS" ]; then
++          EXTRA_CFLAGS="$EXTRA_CFLAGS $OPTFLAGS"
++      fi
+       if [ "$PLATFORM_MAC" = "yes" ]; then
+           echo "CARBON_LFLAGS +=-framework CoreServices" >>$mkfile
+           EXTRA_LFLAGS="$EXTRA_LFLAGS \$(CARBON_LFLAGS)"
This page took 0.106909 seconds and 4 git commands to generate.