diff options
author | drochner <drochner@pkgsrc.org> | 2010-09-07 16:42:08 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-09-07 16:42:08 +0000 |
commit | c2922ff770b5f6243b045048ca5c7bb94a50a671 (patch) | |
tree | e752196bc3fcc2e75595dd04400e6bee16f04b99 /x11/qwt-qt4/patches | |
parent | 0a936adcfa11825b785596a7fd129d2c9158c684 (diff) | |
download | pkgsrc-c2922ff770b5f6243b045048ca5c7bb94a50a671.tar.gz |
update to 5.2.1
changes:
-bugfixes
-qwt.pro:
CONFIG += ordered added for using make -j
CONFIG += silent added
Diffstat (limited to 'x11/qwt-qt4/patches')
-rw-r--r-- | x11/qwt-qt4/patches/patch-pri | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/qwt-qt4/patches/patch-pri b/x11/qwt-qt4/patches/patch-pri index 4ae4a065a28..a4e9c55b9ab 100644 --- a/x11/qwt-qt4/patches/patch-pri +++ b/x11/qwt-qt4/patches/patch-pri @@ -1,12 +1,12 @@ -$NetBSD: patch-pri,v 1.1.1.1 2009/11/24 19:22:33 drochner Exp $ +$NetBSD: patch-pri,v 1.2 2010/09/07 16:42:09 drochner Exp $ ---- qwtconfig.pri.orig 2009-03-22 16:41:05.000000000 +0100 +--- qwtconfig.pri.orig 2010-04-11 09:55:06.000000000 +0000 +++ qwtconfig.pri -@@ -8,7 +8,7 @@ VER_PAT = 0 +@@ -8,7 +8,7 @@ VER_PAT = 1 VERSION = $${VER_MAJ}.$${VER_MIN}.$${VER_PAT} unix { -- INSTALLBASE = /usr/local/qwt-5.2.0 +- INSTALLBASE = /usr/local/qwt-5.2.1 + INSTALLBASE = $$(PREFIX) } |