]> git.pld-linux.org Git - packages/qt4.git/blob - qt4-buildsystem.patch
- Updated to 4.2.0
[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/tools/assistant/lib/lib.pro.orig    2005-05-13 16:39:04.000000000 +0200
16 +++ qt-copy/tools/assistant/lib/lib.pro 2005-05-13 20:21:32.014137768 +0200
17 @@ -4,8 +4,8 @@
18  
19  CONFIG                += qt warn_on
20  mac|win32:CONFIG                += debug_and_release
21  mac:unix:CONFIG       += explicitlib
22 -CONFIG                -= dll
23 +CONFIG                += dll
24  
25  HEADERS         = qassistantclient.h \
26                    qassistantclient_global.h
27 --- qt-copy/src/plugins/sqldrivers/sqldrivers.pro.orig  2005-05-15 21:26:42.000000000 +0200
28 +++ qt-copy/src/plugins/sqldrivers/sqldrivers.pro       2005-05-15 21:26:59.000000000 +0200
29 @@ -8,3 +8,4 @@
30  contains(sql-plugins, db2)     : SUBDIRS += db2
31  contains(sql-plugins, sqlite)  : SUBDIRS += sqlite
32  contains(sql-plugins, ibase)   : SUBDIRS += ibase
33 +contains(sql-plugins, sqlite2) : SUBDIRS += sqlite2
This page took 0.107039 seconds and 4 git commands to generate.