summaryrefslogtreecommitdiff
path: root/devel/uno/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-15 22:19:19 +0000
committerjoerg <joerg>2005-12-15 22:19:19 +0000
commite3012f65008df0ed97599f5ce973b426002bffb9 (patch)
tree285b9cdeba6528070879aae32ac54c8adc0b077b /devel/uno/patches
parent8a3defd41cd3329644d801028103b7f6c558429c (diff)
downloadpkgsrc-e3012f65008df0ed97599f5ce973b426002bffb9.tar.gz
Fix errno. Require bison.
Diffstat (limited to 'devel/uno/patches')
-rw-r--r--devel/uno/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/uno/patches/patch-aa b/devel/uno/patches/patch-aa
new file mode 100644
index 00000000000..6eabdc37255
--- /dev/null
+++ b/devel/uno/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2005/12/15 22:19:19 joerg Exp $
+
+--- c_gram.y.orig 2005-12-15 22:13:27.000000000 +0000
++++ c_gram.y
+@@ -40,7 +40,7 @@ int yydebug = 1;
+
+ int structfieldflag;
+
+-extern int errno, err_cnt, Verbose;
++extern int err_cnt, Verbose;
+ extern char *progname;
+ extern int yylex(YYSTYPE *lvalp);
+ extern void name_scope(context_t *, char *, int);