summaryrefslogtreecommitdiff
path: root/x11/qt4-libs/patches/patch-ag
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2011-03-03 05:50:03 +0000
committeradam <adam@pkgsrc.org>2011-03-03 05:50:03 +0000
commit8ba4414cb82fd68577ce4eccabaa9609d79cfcd3 (patch)
tree387f15f8d5b42a6bbad64cfa0ffcff282752c037 /x11/qt4-libs/patches/patch-ag
parent6c1eb839470fde509d842f2059f076aa2360ef29 (diff)
downloadpkgsrc-8ba4414cb82fd68577ce4eccabaa9609d79cfcd3.tar.gz
Changes 4.7.2:
This is a maintenance release which contains bug-fixes based on feedback and contributions since the Qt 4.7.1 release back in November. It also marks the official release of Qt Quick. Qt Quick is a new feature within Qt that makes it easy to create light-weight apps and UIs. It contains the new QML language, the Qt Declarative module, and new tooling in Qt Creator to easily build apps. PkgSrc: now builds with Clang.
Diffstat (limited to 'x11/qt4-libs/patches/patch-ag')
-rw-r--r--x11/qt4-libs/patches/patch-ag4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt4-libs/patches/patch-ag b/x11/qt4-libs/patches/patch-ag
index a291fc0e4db..c1e0b314e3d 100644
--- a/x11/qt4-libs/patches/patch-ag
+++ b/x11/qt4-libs/patches/patch-ag
@@ -1,8 +1,8 @@
-$NetBSD: patch-ag,v 1.12 2010/11/15 13:05:45 adam Exp $
+$NetBSD: patch-ag,v 1.13 2011/03/03 05:50:04 adam Exp $
--- qmake/project.cpp.orig 2010-09-10 09:04:41.000000000 +0000
+++ qmake/project.cpp
-@@ -1534,6 +1534,9 @@ QMakeProject::isActiveConfig(const QStri
+@@ -1550,6 +1550,9 @@ QMakeProject::isActiveConfig(const QStri
return Option::target_mode == Option::TARG_WIN_MODE;
}