From fd115d7057eb8243df6edfaf1ed440d6f3e70692 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 30 Nov 2011 23:15:09 +0000 Subject: Wed Nov 30 23:15:09 UTC 2011 --- core/bison/bison-2.5-undefined-reference.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 core/bison/bison-2.5-undefined-reference.patch (limited to 'core/bison/bison-2.5-undefined-reference.patch') diff --git a/core/bison/bison-2.5-undefined-reference.patch b/core/bison/bison-2.5-undefined-reference.patch new file mode 100644 index 000000000..ea390259e --- /dev/null +++ b/core/bison/bison-2.5-undefined-reference.patch @@ -0,0 +1,11 @@ +diff -Naur bison-2.5-orig/lib/yyerror.c bison-2.5/lib/yyerror.c +--- bison-2.5-orig/lib/yyerror.c 2011-01-04 00:50:42.000000000 +1000 ++++ bison-2.5/lib/yyerror.c 2011-11-09 22:01:48.725507079 +1000 +@@ -18,6 +18,7 @@ + along with this program. If not, see . */ + + #include ++#undef fprintf + + int yyerror (char const *); + -- cgit v1.2.3-54-g00ecf