diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-30 11:20:35 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-30 11:20:35 +0000 |
commit | a32054e27e48a43f510d8492e6b3576631d7f78b (patch) | |
tree | 4f2575b21e1e56fb382ab5d276467a708cec2a64 /www/webkit-gtk2 | |
parent | fcc2e35e3d253759b70e167ec3381bdff8af376d (diff) |
Allow building with bison 3
PR: ports/194680
Notes
Notes:
svn path=/head/; revision=373662
Diffstat (limited to 'www/webkit-gtk2')
-rw-r--r-- | www/webkit-gtk2/files/patch-Source_ThirdParty_ANGLE_src_compiler_glslang.y | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/webkit-gtk2/files/patch-Source_ThirdParty_ANGLE_src_compiler_glslang.y b/www/webkit-gtk2/files/patch-Source_ThirdParty_ANGLE_src_compiler_glslang.y new file mode 100644 index 000000000000..99d78abc05c6 --- /dev/null +++ b/www/webkit-gtk2/files/patch-Source_ThirdParty_ANGLE_src_compiler_glslang.y @@ -0,0 +1,13 @@ +Allow building with bison 3 +Obtained from http://trac.webkit.org/changeset/154109/trunk/Source/ThirdParty/ANGLE/src/compiler/glslang.y + +--- Source/ThirdParty/ANGLE/src/compiler/glslang.y.orig 2012-08-20 16:26:06 UTC ++++ Source/ThirdParty/ANGLE/src/compiler/glslang.y +@@ -32,6 +32,7 @@ WHICH GENERATES THE GLSL ES PARSER (glsl + %expect 1 /* One shift reduce conflict because of if | else */ + %pure-parser + %parse-param {TParseContext* context} ++%lex-param {YYLEX_PARAM} + + %union { + struct { |