]> git.pld-linux.org Git - packages/qt4.git/blob - qt4-buildsystem.patch
- moved from DEVEL
[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
15 --- qt-copy/src/plugins/sqldrivers/sqldrivers.pro.orig  2005-05-15 21:26:42.000000000 +0200
16 +++ qt-copy/src/plugins/sqldrivers/sqldrivers.pro       2005-05-15 21:26:59.000000000 +0200
17 @@ -8,3 +8,4 @@
18  contains(sql-plugins, db2)     : SUBDIRS += db2
19  contains(sql-plugins, sqlite)  : SUBDIRS += sqlite
20  contains(sql-plugins, ibase)   : SUBDIRS += ibase
21 +contains(sql-plugins, sqlite2) : SUBDIRS += sqlite2
This page took 0.0846519999999999 seconds and 4 git commands to generate.