summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/gnuplot/files/gnuplot-3.8j-amd64.diff')
-rw-r--r--media-gfx/gnuplot/files/gnuplot-3.8j-amd64.diff10
1 files changed, 10 insertions, 0 deletions
diff --git a/media-gfx/gnuplot/files/gnuplot-3.8j-amd64.diff b/media-gfx/gnuplot/files/gnuplot-3.8j-amd64.diff
new file mode 100644
index 000000000000..04d38dc9338c
--- /dev/null
+++ b/media-gfx/gnuplot/files/gnuplot-3.8j-amd64.diff
@@ -0,0 +1,10 @@
+--- src/fit.c.orig 2004-04-09 03:12:49.249588328 +0200
++++ src/fit.c 2004-04-09 03:11:56.805561032 +0200
+@@ -1685,6 +1685,7 @@
+ VA_START(args, fmt);
+ # if defined(HAVE_VFPRINTF) || _LIBC
+ vfprintf(STANDARD, fmt, args);
++ VA_START(args, fmt);
+ vfprintf(log_f, fmt, args);
+ # else
+ _doprnt(fmt, args, STANDARD);