From 9373ef6f6b617b6fede841498406a542acdbfb40 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Sun, 14 Jul 2024 14:20:26 -0700 Subject: [PATCH] OpenRCT2: remove icu rebuild makedep webkit2gtk The webkit2gtk package will be dropped in the future. If this is needed use libwebkit2gtk41 or libwebkitgtk60. --- srcpkgs/OpenRCT2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/OpenRCT2/template b/srcpkgs/OpenRCT2/template index 8f139acbe4e..aa3a05bfbe0 100644 --- a/srcpkgs/OpenRCT2/template +++ b/srcpkgs/OpenRCT2/template @@ -75,7 +75,7 @@ esac if [ "$CROSS_BUILD" ]; then hostmakedepends+=" OpenRCT2" # for icu mass-rebuild - hostmakedepends+=" enchant2 libxml2 webkit2gtk libharfbuzz" + hostmakedepends+=" enchant2 libxml2 libharfbuzz" hostmakedepends+=" libnuspell libpsl" CXXFLAGS+=" -DHAVE_IMMINTRIN_H=false -DSDL_DISABLE_IMMINTRIN_H=1" fi