zdoom-macos-deps/patch/sdl2-no-updaterev.diff

21 lines
542 B
Diff
Raw Normal View History

2021-09-12 08:04:51 +00:00
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
2022-01-19 10:11:29 +00:00
@@ -2528,7 +2528,7 @@
2021-09-12 08:04:51 +00:00
# Compat helpers for the configuration files
find_package(Git)
2021-12-04 11:46:32 +00:00
-if(Git_FOUND)
+if(0)
execute_process(COMMAND
"${GIT_EXECUTABLE}" remote get-url origin
WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
2022-01-19 10:11:29 +00:00
@@ -2549,7 +2549,7 @@
set(SDL_REVISION "")
endif()
else()
2021-12-04 11:46:32 +00:00
- set(SDL_REVISION "")
+ set(SDL_REVISION "https://github.com/libsdl-org/SDL.git@2e9821423a237a1206e3c09020778faacfe430be")
endif()
2021-09-12 08:04:51 +00:00
2021-12-04 11:46:32 +00:00
configure_file("${SDL2_SOURCE_DIR}/include/SDL_revision.h.cmake"