summaryrefslogtreecommitdiffstats
path: root/etc/portage/patches/sci-visualization/gnuplot/silent-startup.patch
diff options
context:
space:
mode:
Diffstat (limited to 'etc/portage/patches/sci-visualization/gnuplot/silent-startup.patch')
-rw-r--r--etc/portage/patches/sci-visualization/gnuplot/silent-startup.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/portage/patches/sci-visualization/gnuplot/silent-startup.patch b/etc/portage/patches/sci-visualization/gnuplot/silent-startup.patch
new file mode 100644
index 0000000..3ac8d9a
--- /dev/null
+++ b/etc/portage/patches/sci-visualization/gnuplot/silent-startup.patch
@@ -0,0 +1,16 @@
+diff --git a/src/plot.c b/src/plot.c
+index d86f288..3bdf884 100644
+--- a/src/plot.c
++++ b/src/plot.c
+@@ -498,11 +498,6 @@ main(int argc_orig, char **argv)
+
+ /* Need this before show_version is called for the first time */
+
+- if (interactive)
+- show_version(stderr);
+- else
+- show_version(NULL); /* Only load GPVAL_COMPILE_OPTIONS */
+-
+ update_gpval_variables(3); /* update GPVAL_ variables available to user */
+
+ #ifdef VMS