diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-06 23:32:59 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-06 23:32:59 +0000 |
commit | 76a3f4570b7e231a5079700fe78f3eacb7f60724 (patch) | |
tree | 6e17b8a4a99a92d2b0cf3bf0a2546ba0a41b5c5f /graphics/jgraph/files/patch-ab | |
parent | Rework configuration, add a MASTER_SITE, and honor PREFIX. (diff) |
Initial import of jgraph version 8.3.
A tool for generating postscript graphs.
PR: 13035
Submitted by: Alec Wolman <wolman@cs.washington.edu>
Diffstat (limited to 'graphics/jgraph/files/patch-ab')
-rw-r--r-- | graphics/jgraph/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/jgraph/files/patch-ab b/graphics/jgraph/files/patch-ab new file mode 100644 index 000000000000..7068010b069c --- /dev/null +++ b/graphics/jgraph/files/patch-ab @@ -0,0 +1,10 @@ +--- token.c.orig Fri Mar 19 17:50:19 1999 ++++ token.c Fri Mar 19 18:09:54 1999 +@@ -6,6 +6,7 @@ + */ + + #include <math.h> ++#include <stdlib.h> + #include <stdio.h> + + #ifdef LCC |