]> git.pld-linux.org Git - packages/gtk-webkit3.git/commitdiff
- fix building with bison 3.0
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 18 Aug 2013 20:28:18 +0000 (22:28 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 18 Aug 2013 20:28:18 +0000 (22:28 +0200)
bison3.patch [new file with mode: 0644]
gtk-webkit3.spec

diff --git a/bison3.patch b/bison3.patch
new file mode 100644 (file)
index 0000000..25bda4a
--- /dev/null
@@ -0,0 +1,10 @@
+--- webkitgtk-2.0.4/Source/ThirdParty/ANGLE/src/compiler/glslang.y.orig        2013-07-19 09:03:53.000000000 +0200
++++ webkitgtk-2.0.4/Source/ThirdParty/ANGLE/src/compiler/glslang.y     2013-08-18 22:23:32.345011972 +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 {
index 28a7033f4398de733f95c4b86b31057a3b308340..80fc2827a15b408aa07805f9a811210a40db46ba 100644 (file)
@@ -15,6 +15,7 @@ Source0:      http://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz
 # Source0-md5: 413be319ba171feed9348d1bede6b0a7
 Patch0:                sync-builtins.patch
 Patch1:                gtk-webkit-pl.po.patch
+Patch2:                bison3.patch
 URL:           http://webkitgtk.org/
 BuildRequires: EGL-devel
 BuildRequires: OpenGL-GLX-devel
@@ -124,6 +125,7 @@ Dokumentacja API WebKita.
 %setup -q -n webkitgtk-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
This page took 0.058816 seconds and 4 git commands to generate.