zdoom-macos-deps/patch/nasm-deterministic-date.diff

12 lines
296 B
Diff

--- a/nasmlib/ver.c
+++ b/nasmlib/ver.c
@@ -36,7 +36,7 @@
/* This is printed when entering nasm -v */
const char nasm_version[] = NASM_VER;
-const char nasm_date[] = __DATE__;
+const char nasm_date[] = "Dec 21 2022";
const char nasm_compile_options[] = ""
#ifdef DEBUG
" with -DDEBUG"