changeset 485:3a5cfb84f2b8

removed a workaround which is no longer needed at that place in package qt (by Tony Theodore)
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 10 Oct 2009 12:22:20 +0200
parents c8954f97a8ea
children 8eda0b6ec42a
files src/qt.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/qt.mk	Sat Oct 10 04:15:53 2009 +0200
+++ b/src/qt.mk	Sat Oct 10 12:22:20 2009 +0200
@@ -1,5 +1,6 @@
 # Copyright (C) 2009  Mark Brand
 #                     Volker Grabsch
+#                     Tony Theodore
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
@@ -117,7 +118,6 @@
     $(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 \