summaryrefslogtreecommitdiffstats
path: root/src/qt.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-10-10 10:22:20 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-10-10 10:22:20 (GMT)
commit0491238a1ab47d40e9c233efa34c4c0c2da3f7e0 (patch)
tree1e31e8193ddc8661861187a5c4c4acb2fa22b5b8 /src/qt.mk
parent1328479859c8fd51f0c6c45084d53bf4c5594657 (diff)
downloadmxe-0491238a1ab47d40e9c233efa34c4c0c2da3f7e0.zip
mxe-0491238a1ab47d40e9c233efa34c4c0c2da3f7e0.tar.gz
mxe-0491238a1ab47d40e9c233efa34c4c0c2da3f7e0.tar.bz2
removed a workaround which is no longer needed at that place in package qt (by Tony Theodore)
Diffstat (limited to 'src/qt.mk')
-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 \