From a9fcaff2836353e7b1e175722acd92f1bb418b24 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 9 Aug 2018 17:09:36 +0300 Subject: [PATCH] webkit-gtk2:rebuild --- network/misc/webkit-gtk2/actions.py | 2 +- network/misc/webkit-gtk2/files/enchant-2.x.patch | 11 +++++++++++ network/misc/webkit-gtk2/pspec.xml | 5 +++-- 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 network/misc/webkit-gtk2/files/enchant-2.x.patch diff --git a/network/misc/webkit-gtk2/actions.py b/network/misc/webkit-gtk2/actions.py index 515b85f7ea..a6f4a80e6f 100755 --- a/network/misc/webkit-gtk2/actions.py +++ b/network/misc/webkit-gtk2/actions.py @@ -45,7 +45,7 @@ def setup(): def build(): shelltools.export("CFLAGS", cflags) shelltools.export("CXXFLAGS", cxxflags) - autotools.make("-j1 all stamp-po") + autotools.make("all stamp-po") def install(): shelltools.export("CFLAGS", cflags) diff --git a/network/misc/webkit-gtk2/files/enchant-2.x.patch b/network/misc/webkit-gtk2/files/enchant-2.x.patch new file mode 100644 index 0000000000..9e31a89639 --- /dev/null +++ b/network/misc/webkit-gtk2/files/enchant-2.x.patch @@ -0,0 +1,11 @@ +--- webkitgtk-2.4.9/Source/WebCore/platform/text/enchant/TextCheckerEnchant.cpp.orig 2017-12-06 14:59:40.768262788 -0500 ++++ webkitgtk-2.4.9/Source/WebCore/platform/text/enchant/TextCheckerEnchant.cpp 2017-12-06 15:03:10.000000000 -0500 +@@ -128,7 +128,7 @@ + for (i = 0; i < numberOfSuggestions; i++) + guesses.append(String::fromUTF8(suggestions[i])); + +- enchant_dict_free_suggestions(*iter, suggestions); ++ enchant_dict_free_string_list(*iter, suggestions); + } + + return guesses; diff --git a/network/misc/webkit-gtk2/pspec.xml b/network/misc/webkit-gtk2/pspec.xml index aaca852468..2df4d53326 100755 --- a/network/misc/webkit-gtk2/pspec.xml +++ b/network/misc/webkit-gtk2/pspec.xml @@ -48,8 +48,9 @@ install-minibrowser.patch - fix-ftbfs-gcc6.patch + enchant-2.x.patch icu59.patch + fix-ftbfs-gcc6.patch @@ -122,7 +123,7 @@ - 2018-08-07 + 2018-08-09 2.4.11 Rebuild. Pisi Linux Community