diff options
author | dunkyp <dunkyp@gmail.com> | 2013-01-07 20:59:33 +0100 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-01-09 18:52:27 -0500 |
commit | f60cbfa3e1f57e056665d02c8c463c92c0bb8a5c (patch) | |
tree | 10243f67137be525d88a81211c7539a86c1abdd9 /libraries/qwt/qwt-6.0.2-qwtconfig.pri.patch | |
parent | 9c669eb5dde24751f310b402d68f7ec04b96d48d (diff) | |
download | slackbuilds-f60cbfa3e1f57e056665d02c8c463c92c0bb8a5c.tar.gz |
libraries/qwt: Updated for version 6.0.2, changed maintainer.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/qwt/qwt-6.0.2-qwtconfig.pri.patch')
-rw-r--r-- | libraries/qwt/qwt-6.0.2-qwtconfig.pri.patch | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/libraries/qwt/qwt-6.0.2-qwtconfig.pri.patch b/libraries/qwt/qwt-6.0.2-qwtconfig.pri.patch new file mode 100644 index 0000000000..0218af0fc6 --- /dev/null +++ b/libraries/qwt/qwt-6.0.2-qwtconfig.pri.patch @@ -0,0 +1,37 @@ +diff -Naur qwt-6.0.2.orig/qwtconfig.pri qwt-6.0.2/qwtconfig.pri +--- qwt-6.0.2.orig/qwtconfig.pri 2012-11-30 14:22:47.397127932 +0100 ++++ qwt-6.0.2/qwtconfig.pri 2013-01-07 13:16:08.747317951 +0100 +@@ -19,7 +19,7 @@ + QWT_INSTALL_PREFIX = $$[QT_INSTALL_PREFIX] + + unix { +- QWT_INSTALL_PREFIX = /usr/local/qwt-$$QWT_VERSION ++ QWT_INSTALL_PREFIX = /usr + } + + win32 { +@@ -28,13 +28,13 @@ + + QWT_INSTALL_DOCS = $${QWT_INSTALL_PREFIX}/doc + QWT_INSTALL_HEADERS = $${QWT_INSTALL_PREFIX}/include +-QWT_INSTALL_LIBS = $${QWT_INSTALL_PREFIX}/lib ++QWT_INSTALL_LIBS = $${QWT_INSTALL_PREFIX}/lib@LIBDIRSUFFIX@ + + ###################################################################### + # Designer plugin + ###################################################################### + +-QWT_INSTALL_PLUGINS = $${QWT_INSTALL_PREFIX}/plugins/designer ++QWT_INSTALL_PLUGINS = @QT4DIR@/plugins/designer + # QWT_INSTALL_PLUGINS = $${QT_INSTALL_PREFIX}/plugins/designer + + ###################################################################### +@@ -49,7 +49,7 @@ + # with every Qt upgrade. + ###################################################################### + +-QWT_INSTALL_FEATURES = $${QWT_INSTALL_PREFIX}/features ++QWT_INSTALL_FEATURES = @QT4DIR@/features + # QWT_INSTALL_FEATURES = $${QT_INSTALL_PREFIX}/features + + ###################################################################### |