summaryrefslogtreecommitdiff
path: root/graphics/grap/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/grap/patches/patch-ab')
-rw-r--r--graphics/grap/patches/patch-ab15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/grap/patches/patch-ab b/graphics/grap/patches/patch-ab
new file mode 100644
index 00000000000..0c38e0a4793
--- /dev/null
+++ b/graphics/grap/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1 2004/01/14 15:57:09 agc Exp $
+
+--- grap.h 2004/01/14 15:42:50 1.1
++++ grap.h 2004/01/14 15:43:09
+@@ -8,6 +8,10 @@
+ #endif
+
+ #ifndef STDC_HEADERS
++
++// keep up with gcc3.3
++using namespace std;
++
+ extern "C" {
+ #ifndef __GNUC__
+ size_t strlen(const char*);