summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/qt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt.mk b/src/qt.mk
index 9c0c0b3..1887e31 100644
--- a/src/qt.mk
+++ b/src/qt.mk
@@ -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 @@ 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 \