summaryrefslogtreecommitdiff
path: root/graphics/xgraph/patches
diff options
context:
space:
mode:
authorsakamoto <sakamoto>1999-10-29 18:03:30 +0000
committersakamoto <sakamoto>1999-10-29 18:03:30 +0000
commit0b8c0cdd5d59c9fcb18c1caf8c326e33f087f767 (patch)
treefd07c7dfa046f42b9fac2f7a875603e1aa851a59 /graphics/xgraph/patches
parent84a21660b7395f2cc133b9822da3416a61866853 (diff)
downloadpkgsrc-0b8c0cdd5d59c9fcb18c1caf8c326e33f087f767.tar.gz
Update xgraph to xgraph-11.3.2-hack.9
some bugfix as memory leak. improve speed and source code. also change MAINTAINER to sakamoto@netbsd.org.
Diffstat (limited to 'graphics/xgraph/patches')
-rw-r--r--graphics/xgraph/patches/patch-aa21
1 files changed, 0 insertions, 21 deletions
diff --git a/graphics/xgraph/patches/patch-aa b/graphics/xgraph/patches/patch-aa
deleted file mode 100644
index 1e12004e3b7..00000000000
--- a/graphics/xgraph/patches/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
-$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();