From 4181b70a3a5c47818b12c02d139181ed301c0870 Mon Sep 17 00:00:00 2001 From: lraab Date: Sun, 12 Apr 2026 19:31:31 +0000 Subject: [PATCH] games/openrct2: oops, forgot to include volker's tweak to disable ccache --- games/openrct2/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/games/openrct2/Makefile b/games/openrct2/Makefile index f1b7b9a3d78..8c8b7f6e6e2 100644 --- a/games/openrct2/Makefile +++ b/games/openrct2/Makefile @@ -16,6 +16,7 @@ DISTFILES.d = openmsx-${OPENMSX_V}{openmusic}.zip DISTFILES.e = replays-${REPLAYS_V}{replays}.zip PKGNAME = openrct2-${V} CATEGORIES = games x11 +REVISION = 1 HOMEPAGE = https://openrct2.org/ @@ -68,7 +69,8 @@ CONFIGURE_ARGS = -DDOWNLOAD_OBJECTS=OFF \ -DDOWNLOAD_TITLE_SEQUENCES=OFF \ -DDISABLE_DISCORD_RPC=ON \ -DOPENRCT2_BRANCH=master \ - -DOPENRCT2_COMMIT_SHA1_SHORT="25c7379" + -DOPENRCT2_COMMIT_SHA1_SHORT="25c7379" \ + -DOPENRCT2_USE_CCACHE=OFF # Downloads things. See: https://github.com/OpenRCT2/OpenRCT2/issues/5710 NO_TEST = Yes