diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2018-05-14 21:55:09 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2018-05-14 21:55:09 +0000 |
commit | 97ce7e9e79636ca3349f5f1330aed0489a8e0af3 (patch) | |
tree | 2a2fc53ce295195bb2e4376bcdd3216e19bc1237 /math/qtiplot/files/patch-qtiplot__src__scripting__qti.sip | |
parent | math/scilab: (diff) |
math/qtiplot:
- Add patches to fix build with clang6
- Remove DEBUG option and related bits: USES=qmake does the job nowadays
Diffstat (limited to 'math/qtiplot/files/patch-qtiplot__src__scripting__qti.sip')
-rw-r--r-- | math/qtiplot/files/patch-qtiplot__src__scripting__qti.sip | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/math/qtiplot/files/patch-qtiplot__src__scripting__qti.sip b/math/qtiplot/files/patch-qtiplot__src__scripting__qti.sip index d211639967db..6c6c275e7f24 100644 --- a/math/qtiplot/files/patch-qtiplot__src__scripting__qti.sip +++ b/math/qtiplot/files/patch-qtiplot__src__scripting__qti.sip @@ -1,6 +1,15 @@ ---- ./qtiplot/src/scripting/qti.sip.orig 2011-02-08 15:33:02.000000000 +0300 -+++ ./qtiplot/src/scripting/qti.sip 2011-03-19 00:06:07.578146696 +0300 -@@ -3390,57 +3390,6 @@ +--- qtiplot/src/scripting/qti.sip.orig 2018-05-11 22:48:48 UTC ++++ qtiplot/src/scripting/qti.sip +@@ -370,7 +370,7 @@ public: + if (sipCpp->text(row, col) != "") + sipRes = sipCpp->cell(row, col); + else { +- sipRes = NULL; ++ sipRes = 0; + PyErr_SetString(PyExc_ValueError, "Empty table cell"); + } + } +@@ -3433,57 +3433,6 @@ public: double pValue(); }; |