summaryrefslogtreecommitdiff
path: root/x11/qt4-creator/patches/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'x11/qt4-creator/patches/patch-am')
-rw-r--r--x11/qt4-creator/patches/patch-am13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/qt4-creator/patches/patch-am b/x11/qt4-creator/patches/patch-am
new file mode 100644
index 00000000000..7aec72e1ec7
--- /dev/null
+++ b/x11/qt4-creator/patches/patch-am
@@ -0,0 +1,13 @@
+$NetBSD: patch-am,v 1.1 2010/05/19 17:51:22 drochner Exp $
+
+--- src/plugins/qt4projectmanager/qt4project.cpp.orig 2010-01-15 17:36:53.000000000 +0000
++++ src/plugins/qt4projectmanager/qt4project.cpp
+@@ -513,7 +513,7 @@ ProjectExplorer::ToolChain *Qt4Project::
+ QString Qt4Project::makeCommand(BuildConfiguration *configuration) const
+ {
+ ToolChain *tc = toolChain(configuration);
+- return tc ? tc->makeCommand() : "make";
++ return tc ? tc->makeCommand() : "gmake";
+ }
+
+ QString Qt4Project::defaultMakeTarget(BuildConfiguration *configuration) const