aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qwt6/files/patch-qwtconfig.pri
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2009-04-28 21:27:54 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2009-04-28 21:27:54 +0000
commitb6bb8c3d3a17625aa826094130b3d84530b6dae4 (patch)
treef2de4a4d4b2f5c3fcbd1ee2ea6cce6d571bfb5f7 /x11-toolkits/qwt6/files/patch-qwtconfig.pri
parente892f2bbcdaf08e461fb47a64eee749e1a02fe85 (diff)
downloadports-release/7.2.0.tar.gz
ports-release/7.2.0.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_2_0'.release/7.2.0
Diffstat (limited to 'x11-toolkits/qwt6/files/patch-qwtconfig.pri')
-rw-r--r--x11-toolkits/qwt6/files/patch-qwtconfig.pri39
1 files changed, 0 insertions, 39 deletions
diff --git a/x11-toolkits/qwt6/files/patch-qwtconfig.pri b/x11-toolkits/qwt6/files/patch-qwtconfig.pri
deleted file mode 100644
index 8c4bf49f75f7..000000000000
--- a/x11-toolkits/qwt6/files/patch-qwtconfig.pri
+++ /dev/null
@@ -1,39 +0,0 @@
---- ./qwtconfig.pri.orig 2009-03-22 18:41:05.000000000 +0300
-+++ ./qwtconfig.pri 2009-03-25 23:02:54.000000000 +0300
-@@ -8,7 +8,7 @@
- VERSION = $${VER_MAJ}.$${VER_MIN}.$${VER_PAT}
-
- unix {
-- INSTALLBASE = /usr/local/qwt-5.2.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