]> git.pld-linux.org Git - packages/qt4.git/blame - qt4-buildsystem.patch
- use icu 55; release 2
[packages/qt4.git] / qt4-buildsystem.patch
CommitLineData
f05158ee
AM
1--- qt-everywhere-opensource-src-4.8.0/configure~ 2011-12-15 15:34:08.000000000 +0100
2+++ qt-everywhere-opensource-src-4.8.0/configure 2011-12-15 15:35:49.522563474 +0100
3@@ -4916,6 +4916,11 @@
4 EXTRA_LFLAGS="\$(QMAKE_LFLAGS_RPATH)\"$rpath\" $EXTRA_LFLAGS"
5 done
62b2617c 6 fi
b26a506b 7+
62b2617c 8+ if [ -n "$OPTFLAGS" ]; then
f05158ee 9+ EXTRA_CFLAGS="$EXTRA_CFLAGS $OPTFLAGS"
62b2617c 10+ fi
8087c074 11+
f05158ee
AM
12 if [ "$BUILD_ON_MAC" = "yes" ]; then
13 echo "export MACOSX_DEPLOYMENT_TARGET = 10.5" >> "$mkfile"
14 echo "CARBON_LFLAGS =-framework ApplicationServices" >>"$mkfile"
This page took 0.045403 seconds and 4 git commands to generate.