openbsd-ports/x11/qwt/patches/patch-qwtconfig_pri
merdely b417d0254a The Qwt library contains GUI Components and utility classes which
are primarily useful for programs with a technical background. Beside
a 2D plot widget it provides scales, sliders, dials, compasses,
thermometers, wheels and knobs to control or display values, arrays,
or ranges of type double.

help and okay steven@
2007-09-14 01:19:24 +00:00

22 lines
639 B
Plaintext

$OpenBSD: patch-qwtconfig_pri,v 1.1.1.1 2007/09/14 01:19:24 merdely Exp $
--- qwtconfig.pri.orig Mon Jun 11 01:41:29 2007
+++ qwtconfig.pri Tue Sep 11 10:59:39 2007
@@ -3,7 +3,7 @@
######################################################################
unix {
- INSTALLBASE = /usr/local/qwt-5.0.2
+ INSTALLBASE = !!PREFIX!!
}
win32 {
@@ -12,7 +12,7 @@ win32 {
target.path = $$INSTALLBASE/lib
headers.path = $$INSTALLBASE/include
-doc.path = $$INSTALLBASE/doc
+doc.path = $$INSTALLBASE/share/doc/qwt
######################################################################
# qmake internal options