summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-10-10 12:22:39 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-10-10 12:22:39 (GMT)
commit7a2aa945a2899988224fa912695621e5cf25675b (patch)
treebc48f785b7cbf324c0673c72ffca916d5e2dbfd4
parentbd936fb8382f05cc2ad4e0d23f6deafe63687395 (diff)
downloadmxe-7a2aa945a2899988224fa912695621e5cf25675b.zip
mxe-7a2aa945a2899988224fa912695621e5cf25675b.tar.gz
mxe-7a2aa945a2899988224fa912695621e5cf25675b.tar.bz2
re-enable an important workaround in 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 25da1fd..5d59478 100644
--- a/src/qt.mk
+++ b/src/qt.mk
@@ -68,6 +68,7 @@ define $(PKG)_BUILD
# rebuild qmake to use "-unix" as default and to use the correct "ar" command
$(SED) 's,\(Option::TARG_MODE Option::target_mode = Option::TARG_\)[A-Z_]*,\1UNIX_MODE,' -i '$(1)'.native/qmake/option.cpp
+ $(SED) 's,"ar -M,"$(TARGET)-ar -M,' -i '$(1)'.native/qmake/generators/win32/mingw_make.cpp
$(MAKE) -C '$(1)'.native/qmake -j $(JOBS)
# install the native tools manually