changeset 472:bc555b3ffd33

workaround for a build problem on Solaris of package qt
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 08 Oct 2009 23:06:06 +0200
parents db393d589865
children b0cc6cc3c1fc
files src/qt.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/qt.mk	Tue Oct 06 14:08:28 2009 +0200
+++ b/src/qt.mk	Thu Oct 08 23:06:06 2009 +0200
@@ -112,6 +112,7 @@
     $(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 \