summaryrefslogtreecommitdiff
path: root/math/qtiplot/files/patch-qtiplot__qtiplot.pro
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-07-09 16:02:57 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-07-09 16:02:57 +0000
commit8553f7d68935902f75b15c8ddd5aa146a9bd1618 (patch)
tree493ee7e634ec3c72fe63646c1cbc8924839a5cd0 /math/qtiplot/files/patch-qtiplot__qtiplot.pro
parent- Update to 1.9.0 (diff)
- Fix build with python
PR: 114338 Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=195306
Diffstat (limited to 'math/qtiplot/files/patch-qtiplot__qtiplot.pro')
-rw-r--r--math/qtiplot/files/patch-qtiplot__qtiplot.pro9
1 files changed, 5 insertions, 4 deletions
diff --git a/math/qtiplot/files/patch-qtiplot__qtiplot.pro b/math/qtiplot/files/patch-qtiplot__qtiplot.pro
index 18bb819b7d10..2252b24c1cc0 100644
--- a/math/qtiplot/files/patch-qtiplot__qtiplot.pro
+++ b/math/qtiplot/files/patch-qtiplot__qtiplot.pro
@@ -1,5 +1,5 @@
---- ./qtiplot/qtiplot.pro.orig Sat Jun 2 15:33:23 2007
-+++ ./qtiplot/qtiplot.pro Sat Jun 2 15:35:21 2007
+--- ./qtiplot/qtiplot.pro.orig Fri Jun 8 00:55:33 2007
++++ ./qtiplot/qtiplot.pro Fri Jun 8 00:58:19 2007
@@ -17,24 +17,17 @@
# what to install and where
@@ -128,7 +128,7 @@
}
-@@ -396,12 +391,11 @@
+@@ -396,12 +391,12 @@
SOURCES += src/PythonScript.cpp src/PythonScripting.cpp
unix {
@@ -141,7 +141,8 @@
+ INCLUDEPATH += $$(PYTHON_INCLUDEDIR)
+ LIBS += -lm -l$$(PYTHON_VERSION)
+ system(mkdir -p $${SIP_DIR})
-+ system($$(PYTHON_VERSION) -c $${SIP_DIR} src/qti.sip)
++ SIPCMD = $$(PYTHON_VERSION) python-sipcmd.py
++ system($$system($$SIPCMD) -c $${SIP_DIR} src/qti.sip)
+ }
win32 {