summaryrefslogtreecommitdiffstats
path: root/src/qt.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-10-06 12:08:28 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-10-06 12:08:28 (GMT)
commit6e1a67a02ba8869e92ae9ad9bb48ac7ef0c2a346 (patch)
treeb507de75b17cc56f3f5329ac9a98c62e9ef25998 /src/qt.mk
parent09d2c910d821482f17a2147cd3e1133ee3370056 (diff)
downloadmxe-6e1a67a02ba8869e92ae9ad9bb48ac7ef0c2a346.zip
mxe-6e1a67a02ba8869e92ae9ad9bb48ac7ef0c2a346.tar.gz
mxe-6e1a67a02ba8869e92ae9ad9bb48ac7ef0c2a346.tar.bz2
more bugfixes for package qt
Diffstat (limited to 'src/qt.mk')
-rw-r--r--src/qt.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qt.mk b/src/qt.mk
index 74bac38..dfc22c4 100644
--- a/src/qt.mk
+++ b/src/qt.mk
@@ -43,6 +43,8 @@ define $(PKG)_BUILD
# Native, unpatched build of Qt for moc, rcc, uic and qmake
cd '$(1)' && $(call UNPACK_PKG_ARCHIVE,qt)
mv '$(1)/$(qt_SUBDIR)' '$(1).native'
+ $(SED) 's,PLATFORM_X11=yes,PLATFORM_X11=no,' -i '$(1)'.native/configure
+ $(SED) 's,PLATFORM=solaris-cc$$,PLATFORM=solaris-g++,' -i '$(1)'.native/configure
cd '$(1)'.native && ./configure \
-opensource \
-confirm-license \
@@ -115,6 +117,7 @@ define $(PKG)_BUILD
-confirm-license \
-xplatform win32-g++ \
-host-arch i386 \
+ -host-little-endian \
-little-endian \
-exceptions \
-static \