summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-04-09 04:01:51 +0000
committerTravis Tilley <lv@gentoo.org>2004-04-09 04:01:51 +0000
commit1bb0dc45de5f514631292fcf02967a389f873883 (patch)
tree2e9e0bee6b0fc7206af73c0be70396ab4e27a77e /media-gfx/gnuplot/files
parentInitial Import (diff)
downloadhistorical-1bb0dc45de5f514631292fcf02967a389f873883.tar.gz
historical-1bb0dc45de5f514631292fcf02967a389f873883.tar.bz2
historical-1bb0dc45de5f514631292fcf02967a389f873883.zip
added a patch to fix a segfault on amd64 - see bug #46981 for more info
Diffstat (limited to 'media-gfx/gnuplot/files')
-rw-r--r--media-gfx/gnuplot/files/digest-gnuplot-3.8j-r11
-rw-r--r--media-gfx/gnuplot/files/gnuplot-3.8j-amd64.diff10
2 files changed, 11 insertions, 0 deletions
diff --git a/media-gfx/gnuplot/files/digest-gnuplot-3.8j-r1 b/media-gfx/gnuplot/files/digest-gnuplot-3.8j-r1
new file mode 100644
index 000000000000..a7642c4ce441
--- /dev/null
+++ b/media-gfx/gnuplot/files/digest-gnuplot-3.8j-r1
@@ -0,0 +1 @@
+MD5 929e210e2d6585d34b029fa59d39915f gnuplot-3.8j.0.tar.gz 2072307
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);