diff options
Diffstat (limited to 'multimedia/gstreamer1')
-rw-r--r-- | multimedia/gstreamer1/patches/patch-gst_parse_grammar.y | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/multimedia/gstreamer1/patches/patch-gst_parse_grammar.y b/multimedia/gstreamer1/patches/patch-gst_parse_grammar.y deleted file mode 100644 index 096c23dbc71..00000000000 --- a/multimedia/gstreamer1/patches/patch-gst_parse_grammar.y +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-gst_parse_grammar.y,v 1.1 2013/08/03 04:07:49 ryoon Exp $ - -* Fix build with bison-3.0. - ---- gst/parse/grammar.y.orig 2012-10-25 10:54:57.000000000 +0000 -+++ gst/parse/grammar.y -@@ -659,6 +659,7 @@ static int yyerror (void *scanner, graph - - %parse-param { void *scanner } - %parse-param { graph_t *graph } -+%lex-param {void *scanner} - %pure-parser - - %start graph |