$OpenBSD: patch-source_tools_murun_c,v 1.3 2017/05/05 14:02:51 sthen Exp $
Index: source/tools/murun.c
--- source/tools/murun.c.orig
+++ source/tools/murun.c
@@ -1,3 +1,4 @@
+#ifdef WITH_JS
 #include "mupdf/fitz.h"
 #include "mupdf/pdf.h"
 
@@ -4537,5 +4538,6 @@ int murun_main(int argc, char **argv)
 	fz_drop_context(ctx);
 	return 0;
 }
+#endif
 
 #endif
