summaryrefslogtreecommitdiff
path: root/extra/webkitgtk2/bison3.patch
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-22 03:51:15 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-22 03:51:15 +0000
commit50a801882f997d91380ebb5a74a63919582cb211 (patch)
tree96d93f63c8420eab8947931098fe05e1cb0d9a13 /extra/webkitgtk2/bison3.patch
parentd0f33415f254cb2fee06fd89f9cfed4535322f37 (diff)
Sat Mar 22 03:47:24 UTC 2014
Diffstat (limited to 'extra/webkitgtk2/bison3.patch')
-rw-r--r--extra/webkitgtk2/bison3.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/webkitgtk2/bison3.patch b/extra/webkitgtk2/bison3.patch
deleted file mode 100644
index 9c9dabb82..000000000
--- a/extra/webkitgtk2/bison3.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -u -r webkitgtk-1.10.2/Source/ThirdParty/ANGLE/src/compiler/glslang.y webkitgtk-1.10.2-bison3/Source/ThirdParty/ANGLE/src/compiler/glslang.y
---- webkitgtk-1.10.2/Source/ThirdParty/ANGLE/src/compiler/glslang.y 2012-11-23 21:12:16.000000000 +0100
-+++ webkitgtk-1.10.2-bison3/Source/ThirdParty/ANGLE/src/compiler/glslang.y 2013-10-12 20:42:54.531301735 +0200
-@@ -47,6 +47,7 @@
- %expect 1 /* One shift reduce conflict because of if | else */
- %pure-parser
- %parse-param {TParseContext* context}
-+%lex-param {YYLEX_PARAM}
-
- %union {
- struct {