diff options
author | drochner <drochner> | 2010-09-07 16:42:08 +0000 |
---|---|---|
committer | drochner <drochner> | 2010-09-07 16:42:08 +0000 |
commit | 04fb5c55ef57abe27f05b0874dc16c4e0da997d9 (patch) | |
tree | e752196bc3fcc2e75595dd04400e6bee16f04b99 /x11/qwt-qt4/patches | |
parent | 3dcf620141f8e6678bca49fdcca82a992c44f62c (diff) | |
download | pkgsrc-04fb5c55ef57abe27f05b0874dc16c4e0da997d9.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) } |