diff src/qt.mk @ 471:db393d589865

more bugfixes for package qt
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 06 Oct 2009 14:08:28 +0200
parents a07d9f69e2ee
children bc555b3ffd33
line wrap: on
line diff
--- a/src/qt.mk	Tue Oct 06 12:17:40 2009 +0200
+++ b/src/qt.mk	Tue Oct 06 14:08:28 2009 +0200
@@ -43,6 +43,8 @@
     # 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 @@
         -confirm-license \
         -xplatform win32-g++ \
         -host-arch i386 \
+        -host-little-endian \
         -little-endian \
         -exceptions \
         -static \