diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-05-16 12:27:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-05-16 12:27:29 +0000 |
commit | a2c4ebdbc392b43487998a4037689c1ac2c3b0d4 (patch) | |
tree | 757d5ea30db3e44f53957115177ede62ba40df25 /x11-toolkits/qwt6/files/patch-qwtconfig.pri | |
parent | e68ab98087ba2048fe73c61dced4429ac659ecc1 (diff) | |
download | ports-a2c4ebdbc392b43487998a4037689c1ac2c3b0d4.tar.gz ports-a2c4ebdbc392b43487998a4037689c1ac2c3b0d4.zip |
- Update to 5.1.0
PR: 123676
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=213127
Diffstat (limited to 'x11-toolkits/qwt6/files/patch-qwtconfig.pri')
-rw-r--r-- | x11-toolkits/qwt6/files/patch-qwtconfig.pri | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/x11-toolkits/qwt6/files/patch-qwtconfig.pri b/x11-toolkits/qwt6/files/patch-qwtconfig.pri new file mode 100644 index 000000000000..e346db43c7e4 --- /dev/null +++ b/x11-toolkits/qwt6/files/patch-qwtconfig.pri @@ -0,0 +1,39 @@ +--- ./qwtconfig.pri.orig 2008-05-01 17:43:56.000000000 +0400 ++++ ./qwtconfig.pri 2008-05-03 02:21:17.000000000 +0400 +@@ -8,7 +8,7 @@ + VERSION = $$VER_MAJ.$$VER_MIN.$$VER_PAT + + unix { +- INSTALLBASE = /usr/local/qwt-5.1.0 ++ INSTALLBASE = $$PREFIX + } + + win32 { +@@ -16,8 +16,7 @@ + } + + target.path = $$INSTALLBASE/lib +-headers.path = $$INSTALLBASE/include +-doc.path = $$INSTALLBASE/doc ++headers.path = $$INSTALLBASE/include/qwt + + ###################################################################### + # qmake internal options +@@ -97,7 +96,7 @@ + # QwtSVGItem. + ###################################################################### + +-#CONFIG += QwtSVGItem ++CONFIG += QwtSVGItem + + ###################################################################### + # If you have a commercial license you can use the MathML renderer +@@ -114,7 +113,7 @@ + # Otherwise you have to build it from the designer directory. + ###################################################################### + +-CONFIG += QwtDesigner ++#CONFIG += QwtDesigner + + ###################################################################### + # If you want to auto build the examples, enable the line below |