]> git.pld-linux.org Git - packages/gtk-webkit.git/commitdiff
- fix building with bison 3.0
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 18 Aug 2013 20:26:25 +0000 (22:26 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 18 Aug 2013 20:26:25 +0000 (22:26 +0200)
bison3.patch [new file with mode: 0644]
gtk-webkit.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 d56822dd71d457821ff143b94a7c6aee1e88a766..fa12cae117780770d3f8bd4cec04f96befa5744c 100644 (file)
@@ -13,6 +13,7 @@ Source0:      http://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz
 # Source0-md5: 413be319ba171feed9348d1bede6b0a7
 Patch0:                %{name}-sync-builtins.patch
 Patch1:                %{name}-pl.po.patch
+Patch2:                bison3.patch
 URL:           http://webkitgtk.org/
 BuildRequires: EGL-devel
 BuildRequires: OpenGL-GLX-devel
@@ -107,6 +108,7 @@ Pliki programistyczne komponentu WebKit dla GTK+ 2.
 %setup -q -n webkitgtk-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
This page took 0.184744 seconds and 4 git commands to generate.