]> git.pld-linux.org Git - packages/qt4.git/blob - qt4-buildsystem.patch
- package QtWebKit plugin
[packages/qt4.git] / qt4-buildsystem.patch
1 --- qt-copy/configure.orig      2005-05-13 16:45:03.000000000 +0200
2 +++ qt-copy/configure   2005-05-13 20:19:54.084025408 +0200
3 @@ -2694,6 +2694,11 @@
4              EXTRA_CFLAGS="$EXTRA_CFLAGS \$(QMAKE_CFLAGS_DEBUG)"
5              EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS \$(QMAKE_CXXFLAGS_DEBUG)"
6          fi
7 +
8 +       if [ -n "$OPTFLAGS" ]; then
9 +                EXTRA_CFLAGS="$EXTRA_CFLAGS $OPTFLAGS"
10 +       fi
11 +
12          if [ "$PLATFORM_MAC" = "yes" ]; then
13              echo "export MACOSX_DEPLOYMENT_TARGET = 10.2" >>$mkfile
14              echo "CARBON_LFLAGS +=-framework CoreServices -framework CoreFoundation" >>$mkfile
This page took 0.021622 seconds and 3 git commands to generate.