summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-10-08 21:06:06 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-10-08 21:06:06 (GMT)
commitfbbab1d70cfbd8bfb6249ef9f713086956ab9506 (patch)
tree599aff7591659b9e6bd7d4c120f5e375cf598085
parent6e1a67a02ba8869e92ae9ad9bb48ac7ef0c2a346 (diff)
downloadmxe-fbbab1d70cfbd8bfb6249ef9f713086956ab9506.zip
mxe-fbbab1d70cfbd8bfb6249ef9f713086956ab9506.tar.gz
mxe-fbbab1d70cfbd8bfb6249ef9f713086956ab9506.tar.bz2
workaround for a build problem on Solaris of package qt
-rw-r--r--src/qt.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt.mk b/src/qt.mk
index dfc22c4..273c388 100644
--- a/src/qt.mk
+++ b/src/qt.mk
@@ -112,6 +112,7 @@ define $(PKG)_BUILD
$(SED) 's,QWidget\.h,qwidget.h,g' -i '$(1)'/src/3rdparty/webkit/WebCore/plugins/win/PluginViewWin.cpp
# Configure Qt for MinGW target
+ $(SED) 's,PLATFORM=solaris-cc$$,PLATFORM=solaris-g++,' -i '$(1)'/configure
cd '$(1)' && ./configure \
-opensource \
-confirm-license \