$OpenBSD: patch-source_tools_murun_c,v 1.2 2016/12/12 10:54:39 sthen Exp $
--- source/tools/murun.c.orig	Mon Nov 28 13:34:04 2016
+++ source/tools/murun.c	Mon Dec 12 09:39:02 2016
@@ -1,3 +1,4 @@
+#ifdef WITH_JS
 #include "mupdf/fitz.h"
 #include "mupdf/pdf.h"
 
@@ -4532,5 +4533,6 @@ int murun_main(int argc, char **argv)
 	fz_drop_context(ctx);
 	return 0;
 }
+#endif
 
 #endif
