diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-08-04 09:18:10 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-08-04 09:39:22 +0200 |
commit | 0432daaf01e0dff16e040c187eef952a05dd8be1 (patch) | |
tree | 227e556eee163c8859038945e0c0f1bb152621f5 /sci-visualization | |
parent | sys-kernel/gentoo-kernel-bin: sync build vars with kernel-build.eclass (diff) | |
download | gentoo-0432daaf01e0dff16e040c187eef952a05dd8be1.tar.gz gentoo-0432daaf01e0dff16e040c187eef952a05dd8be1.tar.bz2 gentoo-0432daaf01e0dff16e040c187eef952a05dd8be1.zip |
sci-visualization/gnuplot: update patch
As accepted upstream.
Bug: https://sourceforge.net/p/gnuplot/bugs/2727/
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/gnuplot/files/gnuplot-6.0.1-watchpoints.patch | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/sci-visualization/gnuplot/files/gnuplot-6.0.1-watchpoints.patch b/sci-visualization/gnuplot/files/gnuplot-6.0.1-watchpoints.patch index 79e1b68f90dc..699585853919 100644 --- a/sci-visualization/gnuplot/files/gnuplot-6.0.1-watchpoints.patch +++ b/sci-visualization/gnuplot/files/gnuplot-6.0.1-watchpoints.patch @@ -2,15 +2,16 @@ https://sourceforge.net/p/gnuplot/bugs/2727/ --- a/demo/watchpoints.dem +++ b/demo/watchpoints.dem -@@ -7,6 +7,11 @@ if (!strstrt(GPVAL_COMPILE_OPTIONS, "+WATCHPOINTS")) { - exit # return to caller - } +@@ -67,6 +67,12 @@ + pause -1 "<cr> to continue" + reset ++ +if (!strstrt(GPVAL_COMPILE_OPTIONS, "+LIBCERF")) { + print "This copy of gnuplot does not support FresnelC, FresnelS" + exit; +} + - # watchpoints are only active on plots "with lines" or "with linespoints" - # - set style data lines + unset key + set title "Find y intercepts of a parametric function" offset 0,-1 + set xrange [-0.1 : 0.9] |