diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-10-13 23:15:50 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-10-13 23:15:50 +0000 |
commit | ecda38b0a51979110b18b1bcd5f03f5b6a55e13a (patch) | |
tree | 6e4bc973485641dceb988b7456b64a08077dafe0 /devel/qtcreator/files/patch-src__plugins__qt4projectmanager__makestep.cpp | |
parent | . Remove zombie directories left by nethack3*-gnome removal. (diff) |
Update Qt to 4.8.5 and Qt Creator to 2.8.0.
Proudly brought to you by the KDE on FreeBSD team, with commits by makc@,
Schaich Alonso and yours truly.
Besides the tons of upstream fixes, we have mkspecs for GCC 4.9 and clang33
(from ports), staging support in the Makefiles and dependency fixes related
to pkg-config.
Many thanks to the people who helped test the ports using our area51
repository, and also to the people who provided patches and bug reports via
GNATS!
PR: ports/180615
ports/181921
ports/182049
Diffstat (limited to 'devel/qtcreator/files/patch-src__plugins__qt4projectmanager__makestep.cpp')
-rw-r--r-- | devel/qtcreator/files/patch-src__plugins__qt4projectmanager__makestep.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/qtcreator/files/patch-src__plugins__qt4projectmanager__makestep.cpp b/devel/qtcreator/files/patch-src__plugins__qt4projectmanager__makestep.cpp deleted file mode 100644 index f432f47432b7..000000000000 --- a/devel/qtcreator/files/patch-src__plugins__qt4projectmanager__makestep.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- ./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"); |