aboutsummaryrefslogtreecommitdiff
path: root/libraries/webkitgtk3/bison-3.7.1.patch
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2020-12-08 15:12:15 +0100
committerRobby Workman <rworkman@slackbuilds.org>2021-04-18 00:08:26 -0500
commitcbe92a2153f85b5af77efbd871afbca421fe0d41 (patch)
tree5140f4e107df8a3a097f313dabbe1a483006d988 /libraries/webkitgtk3/bison-3.7.1.patch
parent964864c53174274e3ca70d73ea479b8dea385ac1 (diff)
libraries/webkitgtk3: Patched for icu4c-65, disabled warnings spam.
Add workaround for bison-3.7.1 (thanks to chrisretusn on LQ), add a fix for icu-68 (thanks to Spinlock on LQ) Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/webkitgtk3/bison-3.7.1.patch')
-rw-r--r--libraries/webkitgtk3/bison-3.7.1.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/libraries/webkitgtk3/bison-3.7.1.patch b/libraries/webkitgtk3/bison-3.7.1.patch
new file mode 100644
index 0000000000000..5ce6318512e1a
--- /dev/null
+++ b/libraries/webkitgtk3/bison-3.7.1.patch
@@ -0,0 +1,18 @@
+--- webkitgtk-2.4.11.orig/GNUmakefile.in 2020-08-28 22:11:51.510864558 +0800
++++ webkitgtk-2.4.11.new/GNUmakefile.in 2020-08-28 22:24:17.657842406 +0800
+@@ -82071,6 +82071,7 @@
+ $(GENSOURCES_WEBCORE)/XPathGrammar.cpp: $(WebCore)/xml/XPathGrammar.y
+ $(AM_V_GEN)
+ $(AM_V_at)perl $(WebCore)/css/makegrammar.pl --outputDir $(GENSOURCES_WEBCORE) --bison "$(BISON)" --symbolsPrefix xpathyy $<
++ $(AM_V_at)cp $(GENSOURCES_WEBCORE)/XPathGrammar.h $(GENSOURCES_WEBCORE)/XPathGrammar.hpp
+
+ # MathML tag and attribute names, and element factory
+ DerivedSources/WebCore/MathMLElementFactory.h: DerivedSources/WebCore/MathMLElementFactory.cpp
+@@ -82129,6 +82130,7 @@
+ DerivedSources/WebCore/CSSGrammar.cpp: $(WebCore)/css/CSSGrammar.y.in
+ $(AM_V_GEN)
+ $(AM_V_at)perl -I $(WebCore)/bindings/scripts $(WebCore)/css/makegrammar.pl --extraDefines "$(feature_defines)" --outputDir $(GENSOURCES_WEBCORE) --bison "$(BISON)" --symbolsPrefix cssyy $<
++ $(AM_V_at)cp $(GENSOURCES_WEBCORE)/CSSGrammar.h $(GENSOURCES_WEBCORE)/CSSGrammar.hpp
+
+ DerivedSources/WebCore/UserAgentStyleSheetsData.cpp: DerivedSources/WebCore/UserAgentStyleSheets.h
+ DerivedSources/WebCore/UserAgentStyleSheets.h: $(WebCore)/css/make-css-file-arrays.pl $(WebCore)/bindings/scripts/preprocessor.pm $(USER_AGENT_STYLE_SHEETS)