diff options
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) } |