$OpenBSD: patch-src_scripting_vm_vmframe_cpp,v 1.2 2019/06/26 07:12:04 solene Exp $

disable JIT so it's W^X compatible

Index: src/scripting/vm/vmframe.cpp
--- src/scripting/vm/vmframe.cpp.orig
+++ src/scripting/vm/vmframe.cpp
@@ -45,7 +45,7 @@
 #include "version.h"
 
 #ifdef HAVE_VM_JIT
-CUSTOM_CVAR(Bool, vm_jit, true, CVAR_NOINITCALL)
+CUSTOM_CVAR(Bool, vm_jit, false, CVAR_NOINITCALL)
 {
 	Printf("You must restart " GAMENAME " for this change to take effect.\n");
 	Printf("This cvar is currently not saved. You must specify it on the command line.");
