diff options
author | 2023-10-15 18:17:31 +0200 | |
---|---|---|
committer | 2023-10-16 00:01:26 +0200 | |
commit | b9e353c0832ecc13dae3b7c5416852cca57e1c5d (patch) | |
tree | a2ca7d6d073717958f14d8e08711d407b6aeb54e /games-simulation | |
parent | net-libs/sofia-sip: remove unused patch(es) (diff) | |
download | gentoo-b9e353c0832ecc13dae3b7c5416852cca57e1c5d.tar.gz gentoo-b9e353c0832ecc13dae3b7c5416852cca57e1c5d.tar.bz2 gentoo-b9e353c0832ecc13dae3b7c5416852cca57e1c5d.zip |
games-simulation/openrct2: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/33348
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/openrct2/files/openrct2-0.4.4-dont-force-downloads.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/games-simulation/openrct2/files/openrct2-0.4.4-dont-force-downloads.patch b/games-simulation/openrct2/files/openrct2-0.4.4-dont-force-downloads.patch deleted file mode 100644 index c92816997487..000000000000 --- a/games-simulation/openrct2/files/openrct2-0.4.4-dont-force-downloads.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -160,12 +160,6 @@ - endif () - endif () - --# If OS is Linux, import OpenSoundEffects and OpenMusic --if(UNIX AND NOT APPLE) -- set(DOWNLOAD_OPENMSX ON) -- set(DOWNLOAD_OPENSFX ON) --endif() -- - # LIST of supported flags, use SET_CHECK_CXX_FLAGS() to apply to target. - # Use ADD_CHECK_CXX_COMPILER_FLAG() to add to list. - set(SUPPORTED_CHECK_CXX_COMPILER_FLAGS "") |