summaryrefslogtreecommitdiff
path: root/graphics/gplot/files/patch-emul.c
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-06-20 14:18:39 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-06-20 14:18:39 +0000
commit801fb2ec4cee9afa8ff5f4eae9025c6d21aa2187 (patch)
tree6e2fe5284f2c541fa612394b1086614f42e27b1a /graphics/gplot/files/patch-emul.c
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-emul.c')
-rw-r--r--graphics/gplot/files/patch-emul.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gplot/files/patch-emul.c b/graphics/gplot/files/patch-emul.c
new file mode 100644
index 000000000000..4fbe975dcf74
--- /dev/null
+++ b/graphics/gplot/files/patch-emul.c
@@ -0,0 +1,11 @@
+--- emul.c.orig Thu Jul 18 02:22:01 1991
++++ emul.c Sat Jun 16 01:04:15 2007
+@@ -5,6 +5,8 @@
+ #include <stdio.h>
+ #include "defs.h"
+
++static em_arc();
++
+ /* store these pointers to allow lookups into the CGM data structures */
+ static struct one_opt *popt; /* the command line options, in only */
+ static struct mf_d_struct *pc1; /* the class 1 elements, in only */