diff options
author | tv <tv@pkgsrc.org> | 2005-03-10 17:26:18 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-03-10 17:26:18 +0000 |
commit | 9dcde7668d3cdd7107ee8edc5616770a86516856 (patch) | |
tree | aa2da0cebf939024de6229f6803efdd10058bcb3 | |
parent | 069c5529ad95f2d26245ab314ad8aab80cbbea90 (diff) | |
download | pkgsrc-9dcde7668d3cdd7107ee8edc5616770a86516856.tar.gz |
Include <sys/time.h> in x11.trm to pick up fd_set on Interix.
(No functional changes, and only affects X11 version.)
-rw-r--r-- | graphics/gnuplot/distinfo | 3 | ||||
-rw-r--r-- | graphics/gnuplot/patches/patch-aa | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/graphics/gnuplot/distinfo b/graphics/gnuplot/distinfo index 3c41efb0440..58cae9cddd9 100644 --- a/graphics/gnuplot/distinfo +++ b/graphics/gnuplot/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.5 2005/02/24 08:45:06 agc Exp $ +$NetBSD: distinfo,v 1.6 2005/03/10 17:26:18 tv Exp $ SHA1 (gnuplot-4.0.0.tar.gz) = a862bc311724c263aa1ef1c646291d73dc37c978 RMD160 (gnuplot-4.0.0.tar.gz) = 7b1fc84c161c132c776269b6e9a49abd29251a18 Size (gnuplot-4.0.0.tar.gz) = 2160918 bytes +SHA1 (patch-aa) = cbb6d3aa3761c12579d75e512a1078aea674d8fc diff --git a/graphics/gnuplot/patches/patch-aa b/graphics/gnuplot/patches/patch-aa new file mode 100644 index 00000000000..56976ff8bc7 --- /dev/null +++ b/graphics/gnuplot/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.6 2005/03/10 17:26:18 tv Exp $ + +--- term/x11.trm.orig Wed Apr 14 08:18:24 2004 ++++ term/x11.trm +@@ -55,6 +55,7 @@ + */ + + #include "driver.h" ++#include <sys/time.h> + + #ifdef TERM_REGISTER + register_term(x11) |