From 7c3863752886ffd0f6f78dace6e8b9617e03bdac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sat, 11 Apr 2020 21:37:33 +0200 Subject: Make old webkit work with new icu --- net-libs/webkit-gtk/webkit-gtk-2.4.11-r201.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/net-libs/webkit-gtk/webkit-gtk-2.4.11-r201.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.4.11-r201.ebuild index 007ea47..af8aad9 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.4.11-r201.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.4.11-r201.ebuild @@ -172,6 +172,12 @@ src_configure() { # Respect CC, otherwise fails on prefix #395875 tc-export CC + # revert icu behavior + append-cxxflags -DUPRV_BLOCK_MACRO_BEGIN=\"\" -DUPRV_BLOCK_MACRO_END=\"\" + + # disable warnings + append-cxxflags -w + # Arches without JIT support also need this to really disable it in all places use jit || append-cppflags -DENABLE_JIT=0 -DENABLE_YARR_JIT=0 -DENABLE_ASSEMBLER=0 -- cgit v1.2.3