changeset 487:4b8907de7038

re-enable an important workaround in package qt
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 10 Oct 2009 14:22:39 +0200
parents 8eda0b6ec42a
children 0f4ba90fa17b
files src/qt.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/qt.mk	Sat Oct 10 14:04:22 2009 +0200
+++ b/src/qt.mk	Sat Oct 10 14:22:39 2009 +0200
@@ -68,6 +68,7 @@
 
     # 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