summaryrefslogtreecommitdiff
path: root/devel/qtcreator/files/patch-src__plugins__qt4projectmanager__makestep.cpp
blob: f432f47432b7b08b1e34c7e39b3f19338380f5e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- ./src/plugins/qt4projectmanager/makestep.cpp.orig	2012-09-10 07:29:16.000000000 -0700
+++ ./src/plugins/qt4projectmanager/makestep.cpp	2012-09-15 09:10:41.176369913 -0700
@@ -237,8 +237,10 @@
     // but for now this is the least invasive change
     // We also prepend "L" to the MAKEFLAGS, so that nmake / jom are less verbose
     if (tc && m_makeCmd.isEmpty()) {
+#ifndef Q_OS_FREEBSD
         if (tc->targetAbi().binaryFormat() != Abi::PEFormat )
             Utils::QtcProcess::addArg(&args, QLatin1String("-w"));
+#endif
         if (tc->targetAbi().os() == Abi::WindowsOS
                 && tc->targetAbi().osFlavor() != Abi::WindowsMSysFlavor) {
             const QString makeFlags = QLatin1String("MAKEFLAGS");