openbsd-ports/lang/obc/patches/patch-configure
jasper 5ad58e5763 - update to obc-2.9.7
- drop gettext module and regen WANTLIB

ok Alexander Shiryaev (MAINTAINER)
2016-08-30 11:02:41 +00:00

13 lines
381 B
Plaintext

$OpenBSD: patch-configure,v 1.3 2016/08/30 11:02:41 jasper Exp $
--- configure.orig Tue Jan 12 19:26:22 2016
+++ configure Thu Aug 25 11:08:03 2016
@@ -3694,7 +3694,7 @@ $as_echo "#define ENABLE_JIT 1" >>confdefs.h
;;
esac
case $host in
- *-*-darwin*|*-*-linux*)
+ *-*-darwin*|*-*-linux*|*-*-openbsd*)
$as_echo "#define USE_MPROTECT 1" >>confdefs.h
;;