Blame no-version-check.patch

f2d453
diff -Nur 0ad-0.0.25b-alpha/source/scriptinterface/ScriptTypes.h 0ad-0.0.25b-alpha-patched/source/scriptinterface/ScriptTypes.h
f2d453
--- 0ad-0.0.25b-alpha/source/scriptinterface/ScriptTypes.h	2021-07-27 23:56:58.000000000 +0200
f2d453
+++ 0ad-0.0.25b-alpha-patched/source/scriptinterface/ScriptTypes.h	2021-12-30 17:18:03.719142315 +0100
f2d453
@@ -81,6 +81,7 @@
f2d453
 include paths.
f2d453
 #endif
f2d453
 
f2d453
+#if 0
f2d453
 #if MOZJS_MINOR_VERSION != 6
f2d453
 #error Your compiler is trying to use an untested minor version of the \
f2d453
 SpiderMonkey library. If you are a package maintainer, please make sure \
f2d453
@@ -93,6 +94,7 @@
f2d453
 final hash (check trac.wildfiregames.com/wiki/Debugging#Replaymode). \
f2d453
 For more information check this link: trac.wildfiregames.com/wiki/Debugging#Outofsync
f2d453
 #endif
f2d453
+#endif
f2d453
 
f2d453
 class ScriptInterface;
f2d453