diff options
author | wiz <wiz@pkgsrc.org> | 2013-12-05 07:51:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-12-05 07:51:41 +0000 |
commit | 426511546f232f1fb2cb59dfe7c361f1e81abf33 (patch) | |
tree | 916c7f7baf6d55541a4c49bf48ae12d88bb79c34 /multimedia/gstreamer1 | |
parent | 6e98489f541291bd278ad07a0bd9dddfdc804b89 (diff) | |
download | pkgsrc-426511546f232f1fb2cb59dfe7c361f1e81abf33.tar.gz |
Remove patch after update (hi drochner)
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 |