diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-20 14:18:39 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-20 14:18:39 +0000 |
commit | 801fb2ec4cee9afa8ff5f4eae9025c6d21aa2187 (patch) | |
tree | 6e2fe5284f2c541fa612394b1086614f42e27b1a /graphics/gplot/files/patch-ab | |
parent | - Fix build with gcc 4.2 (diff) |
- Unbreak
- Fix build with gcc 4.2
PR: 113774
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=193972
Diffstat (limited to 'graphics/gplot/files/patch-ab')
-rw-r--r-- | graphics/gplot/files/patch-ab | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/graphics/gplot/files/patch-ab b/graphics/gplot/files/patch-ab index 93233417a599..9c8831b96744 100644 --- a/graphics/gplot/files/patch-ab +++ b/graphics/gplot/files/patch-ab @@ -1,6 +1,14 @@ ---- utils.c.orig Fri Oct 25 19:08:50 2002 -+++ utils.c Fri Oct 25 19:10:44 2002 -@@ -300,9 +300,8 @@ +--- utils.c.orig Wed Oct 30 00:48:16 1991 ++++ utils.c Sat Jun 16 02:10:19 2007 +@@ -4,6 +4,7 @@ + #include <stdio.h> + #include <math.h> + #include <ctype.h> ++#include <string.h> + #include "defs.h" + /* some include files vary in location */ + #ifdef VAXC +@@ -300,9 +301,8 @@ struct info_struct *out_info; struct one_opt *opt; /* put command line options here */ #define may_override(name) if (opt[(int) name].set) switch (opt[(int) name].tag) { \ |