diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-10-13 11:09:59 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-10-13 11:09:59 +0000 |
commit | a16294cf762433b998b0daaa69e40343fd9a6faf (patch) | |
tree | f6e715f5e5700ef72c694f7ac47806869484bba5 /graphics/xgraph/patches | |
parent | df1902bc613d275656714d462e33cb10e3f9031a (diff) | |
download | pkgsrc-a16294cf762433b998b0daaa69e40343fd9a6faf.tar.gz |
Initial import of xgraph-11, a tool to draw a graph on an X11 display.
Based on pr 6283 by Brian Grayson.
Diffstat (limited to 'graphics/xgraph/patches')
-rw-r--r-- | graphics/xgraph/patches/patch-aa | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/xgraph/patches/patch-aa b/graphics/xgraph/patches/patch-aa new file mode 100644 index 00000000000..1e12004e3b7 --- /dev/null +++ b/graphics/xgraph/patches/patch-aa @@ -0,0 +1,21 @@ +$NetBSD: patch-aa,v 1.1.1.1 1998/10/13 11:10:00 frueauf Exp $ + +--- xgraph.h.dist Mon Oct 12 18:17:31 1998 ++++ xgraph.h Mon Oct 12 18:18:08 1998 +@@ -34,6 +34,8 @@ + extern void set_X(); /* Initializes X device */ + + /* To make lint happy */ ++#if 0 ++/* rindex() might be a macro, so doing these prototypes can lead to problems. */ + extern char *malloc(); + extern char *realloc(); + extern char *sprintf(); +@@ -41,6 +43,7 @@ + extern char *strcat(); + extern char *rindex(); + extern char *index(); ++#endif + extern void exit(); + extern void free(); + extern double atof(); |