diff --git a/srcpkgs/OpenRCT2/template b/srcpkgs/OpenRCT2/template index 1f4738bdc46..7487ef8ad8d 100644 --- a/srcpkgs/OpenRCT2/template +++ b/srcpkgs/OpenRCT2/template @@ -53,6 +53,9 @@ fi if [ "$CROSS_BUILD" ]; then hostmakedepends+=" OpenRCT2" + # for icu mass-rebuild + hostmakedepends+=" enchant2 libxml2 webkit2gtk libharfbuzz" + hostmakedepends+=" libnuspell libpsl" CXXFLAGS+=" -DHAVE_IMMINTRIN_H=false -DSDL_DISABLE_IMMINTRIN_H=1" fi