$OpenBSD: patch-qtdeclarative_src_qml_jsruntime_jsruntime_pri,v 1.1.1.1 2016/12/25 14:13:15 zhuk Exp $
Enable W^X in JIT.
--- src/qml/jsruntime/jsruntime.pri.orig	Tue Oct 13 07:37:50 2015
+++ src/qml/jsruntime/jsruntime.pri	Thu Dec 10 09:05:22 2015
@@ -115,6 +115,6 @@ valgrind {
     DEFINES += V4_USE_VALGRIND
 }
 
-ios: DEFINES += ENABLE_ASSEMBLER_WX_EXCLUSIVE=1
+ios|openbsd: DEFINES += ENABLE_ASSEMBLER_WX_EXCLUSIVE=1
 
 include(../../3rdparty/double-conversion/double-conversion.pri)
