summaryrefslogtreecommitdiff
path: root/graphics/dx/patches/patch-at
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dx/patches/patch-at')
-rw-r--r--graphics/dx/patches/patch-at16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/dx/patches/patch-at b/graphics/dx/patches/patch-at
new file mode 100644
index 00000000000..6d6f9ea3d68
--- /dev/null
+++ b/graphics/dx/patches/patch-at
@@ -0,0 +1,16 @@
+$NetBSD: patch-at,v 1.1 2002/02/13 12:43:57 drochner Exp $
+
+--- src/uipp/dxuilib/Network.C.orig Mon May 22 18:02:44 2000
++++ src/uipp/dxuilib/Network.C Wed Feb 13 12:54:36 2002
+@@ -1191,11 +1191,7 @@
+ extern
+ FILE* yyin; /* parser input stream */
+
+-#if defined(USING_BISON)
+-int yylineno;
+-#else
+ extern int yylineno; /* lexer line number */
+-#endif
+
+ extern int yyparse();
+ }