ports/math/qtiplot/files/patch-sip-4.19.6
Max Brazhnikov b13b99a093 math/qtiplot:
- Add patch from Debian to fix issue with muparser scripting
- Fix runtime problem with Python scripting support
- Bump PORTREVISION
- Take maintainership
2018-04-05 14:26:33 +00:00

17 lines
559 B
Groff

Obtained from: https://bugs.gentoo.org/641514#c2
--- qtiplot/src/scripting/qti.sip.orig 2018-01-02 11:37:07 UTC
+++ qtiplot/src/scripting/qti.sip
@@ -3243,11 +3243,11 @@ class FFT : Filter (public)
%MethodCode
SIPQTI_APP(new sipFFT(app, a0, *a1, a2, a3))
%End
- FFT(QwtPlotCurve *&) /NoDerived/;
+ FFT(QwtPlotCurve *) /NoDerived/;
%MethodCode
SIPQTI_APP(new sipFFT(app, a0))
%End
- FFT(QwtPlotCurve *&, double, double) /NoDerived/;
+ FFT(QwtPlotCurve *, double, double) /NoDerived/;
%MethodCode
SIPQTI_APP(new sipFFT(app, a0, a1, a2))
%End