zdoom-macos-deps/patch/flac-no-git.diff
alexey.lysiuk 96ef1befe0 aedi: patch flac to avoid usage of git
commit hash and date of this repo instead of flac one were put into the binary
2022-09-10 10:40:32 +03:00

11 lines
242 B
Diff

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -53,7 +53,7 @@
find_program (HAVE_GIT git)
-if(HAVE_GIT)
+if(0)
execute_process(
COMMAND git describe --tags --exact-match
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}