summaryrefslogtreecommitdiffstats
path: root/academic/scidavis/correction_to_use_qwt5.patch
diff options
context:
space:
mode:
Diffstat (limited to 'academic/scidavis/correction_to_use_qwt5.patch')
-rw-r--r--academic/scidavis/correction_to_use_qwt5.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/academic/scidavis/correction_to_use_qwt5.patch b/academic/scidavis/correction_to_use_qwt5.patch
new file mode 100644
index 0000000000..3706a382e3
--- /dev/null
+++ b/academic/scidavis/correction_to_use_qwt5.patch
@@ -0,0 +1,15 @@
+--- config.pri 2016-07-28 22:17:44.000000000 -0300
++++ config.pri.new 2016-12-12 16:43:50.000000000 -0200
+@@ -280,12 +280,8 @@
+
+ exists(/usr/include/qwt5) {
+ INCLUDEPATH += /usr/include/qwt5
+- exists(/usr/lib*/libqwt5.*) {
+ LIBS += -lqwt5
+ } else {
+- LIBS += -lqwt
+- }
+- } else {
+ INCLUDEPATH += /usr/include/qwt$${qwtsuff}
+ LIBS += -lqwt$${qwtsuff}
+ }