SOURCES: qt4-support-cflags-with-commas.patch (NEW) - allow commas...

prism prism at pld-linux.org
Tue Aug 16 12:01:47 CEST 2005


Author: prism                        Date: Tue Aug 16 10:01:47 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- allow commas in cflags

---- Files affected:
SOURCES:
   qt4-support-cflags-with-commas.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/qt4-support-cflags-with-commas.patch
diff -u /dev/null SOURCES/qt4-support-cflags-with-commas.patch:1.1
--- /dev/null	Tue Aug 16 12:01:47 2005
+++ SOURCES/qt4-support-cflags-with-commas.patch	Tue Aug 16 12:01:41 2005
@@ -0,0 +1,12 @@
+diff -uNr qt-x11-opensource-desktop-4.0.0.orig/configure qt-x11-opensource-desktop-4.0.0/configure
+--- qt-x11-opensource-desktop-4.0.0.orig/configure	2005-08-16 11:54:47.000000000 +0200
++++ qt-x11-opensource-desktop-4.0.0/configure	2005-08-16 11:58:19.000000000 +0200
+@@ -2737,7 +2737,7 @@
+         [ -z "$QMAKE_DATA_DIR" ] && QMAKE_DATA_DIR="${QT_INSTALL_PREFIX}"
+         echo >>$mkfile
+         sed -e "s, at SOURCE_PATH@,$relpath,g" -e "s, at BUILD_PATH@,$outpath,g" \
+-            -e "s, at QMAKE_CFLAGS@,$EXTRA_CFLAGS,g" -e "s, at QMAKE_LFLAGS@,$EXTRA_LFLAGS,g" \
++            -e "s:@QMAKE_CFLAGS@:$EXTRA_CFLAGS:g" -e "s, at QMAKE_LFLAGS@,$EXTRA_LFLAGS,g" \
+             -e "s, at QMAKE_CXXFLAGS@,$EXTRA_CXXFLAGS,g" \
+             -e "s, at QT_INSTALL_BINS@,\$(INSTALL_ROOT)$QMAKE_BIN_DIR,g" \
+             -e "s, at QT_INSTALL_DATA@,\$(INSTALL_ROOT)$QMAKE_DATA_DIR,g" \
================================================================



More information about the pld-cvs-commit mailing list