diff options
author | 2024-02-08 08:40:37 +0100 | |
---|---|---|
committer | 2024-02-08 08:58:31 +0100 | |
commit | ec9f92bc36763308366a320b140bb94132471baa (patch) | |
tree | dfaf05fbd9e6a013758d48f98d7a9adf05cf6a78 /sci-visualization/gnuplot/files | |
parent | dev-libs/cJSON: Stabilize 1.7.17 hppa, #924013 (diff) | |
download | gentoo-ec9f92bc36763308366a320b140bb94132471baa.tar.gz gentoo-ec9f92bc36763308366a320b140bb94132471baa.tar.bz2 gentoo-ec9f92bc36763308366a320b140bb94132471baa.zip |
sci-visualization/gnuplot: add 6.0.0
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'sci-visualization/gnuplot/files')
-rw-r--r-- | sci-visualization/gnuplot/files/gnuplot-6.0.0-configure.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-visualization/gnuplot/files/gnuplot-6.0.0-configure.patch b/sci-visualization/gnuplot/files/gnuplot-6.0.0-configure.patch new file mode 100644 index 000000000000..463dccab8c90 --- /dev/null +++ b/sci-visualization/gnuplot/files/gnuplot-6.0.0-configure.patch @@ -0,0 +1,11 @@ +--- gnuplot-6.0.0/configure.ac ++++ gnuplot-6.0.0/configure.ac +@@ -1024,7 +1024,7 @@ + [ Define to support defining a function as a here document]) + ) + +-Enable parsing of deprecated syntax ++dnl Enable parsing of deprecated syntax + AC_ARG_ENABLE(backward-compatibility,dnl + [ --enable-backward-compatibility enable some deprecated syntax ], + [if test "$enableval" = yes; then |