summaryrefslogtreecommitdiff
path: root/graphics/grap/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/grap/patches/patch-ad')
-rw-r--r--graphics/grap/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/grap/patches/patch-ad b/graphics/grap/patches/patch-ad
new file mode 100644
index 00000000000..1cd49662bc9
--- /dev/null
+++ b/graphics/grap/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2006/01/09 19:46:01 joerg Exp $
+
+--- grap_lex.l.orig 2006-01-09 19:42:35.000000000 +0000
++++ grap_lex.l
+@@ -25,7 +25,7 @@ extern "C" {
+ #include "grap_draw.h"
+ #include "y.tab.h"
+
+-extern int errno;
++#include <errno.h>
+
+ #ifndef STRERROR_DECLARED
+ #if HAVE_STRERROR