From 8553f7d68935902f75b15c8ddd5aa146a9bd1618 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Mon, 9 Jul 2007 16:02:57 +0000 Subject: - Fix build with python PR: 114338 Submitted by: Max Brazhnikov (maintainer) --- math/qtiplot/files/patch-qtiplot__qtiplot.pro | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'math/qtiplot/files/patch-qtiplot__qtiplot.pro') 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 { -- cgit v1.2.3