diff options
Diffstat (limited to 'games/SRB2/files/patch-thirdparty_CMakeLists.txt')
-rw-r--r-- | games/SRB2/files/patch-thirdparty_CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/SRB2/files/patch-thirdparty_CMakeLists.txt b/games/SRB2/files/patch-thirdparty_CMakeLists.txt new file mode 100644 index 000000000000..2c0d39f3569c --- /dev/null +++ b/games/SRB2/files/patch-thirdparty_CMakeLists.txt @@ -0,0 +1,10 @@ +--- thirdparty/CMakeLists.txt.orig 2024-06-10 07:06:58 UTC ++++ thirdparty/CMakeLists.txt +@@ -16,6 +16,5 @@ if(NOT "${SRB2_CONFIG_SYSTEM_LIBRARIES}") + include("cpm-png.cmake") + include("cpm-curl.cmake") + include("cpm-openmpt.cmake") ++ include("cpm-libgme.cmake") + endif() +- +-include("cpm-libgme.cmake") |