summaryrefslogtreecommitdiff
path: root/graphics/dx/patches/patch-at
diff options
context:
space:
mode:
authordrochner <drochner>2002-02-13 12:43:56 +0000
committerdrochner <drochner>2002-02-13 12:43:56 +0000
commit4f6761456634be968e37d5ad5ad3c9d32a8307c1 (patch)
tree6b9b8ebce5d42ee68b7bfd20b5a127de839d45fb /graphics/dx/patches/patch-at
parent0931ebe14c5686fd1f032a78a18e5cf547d04a79 (diff)
downloadpkgsrc-4f6761456634be968e37d5ad5ad3c9d32a8307c1.tar.gz
resolve some nonsense where bison is blamed for a flex incompatibility -
should build with or without bison now
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();
+ }