summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-10-01 10:21:03 +0000
committerwiz <wiz@pkgsrc.org>2016-10-01 10:21:03 +0000
commit75ea922e368c2babb5ba1936400433c74a6d53b8 (patch)
tree906b4d05ef5947b70db85a83d7719831d9430a4b /devel
parentbccf838828475f67c211b64a7867d699ee1cf425 (diff)
downloadpkgsrc-75ea922e368c2babb5ba1936400433c74a6d53b8.tar.gz
Enable JIT. Bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r--devel/pcre2/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/pcre2/Makefile b/devel/pcre2/Makefile
index cc8e467603b..a71fb993cdc 100644
--- a/devel/pcre2/Makefile
+++ b/devel/pcre2/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2016/09/11 14:39:27 mef Exp $
+# $NetBSD: Makefile,v 1.6 2016/10/01 10:21:03 wiz Exp $
DISTNAME= pcre2-10.22
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \
${MASTER_SITE_SOURCEFORGE:=pcre/}
@@ -14,6 +15,7 @@ LICENSE= modified-bsd
USE_LANGUAGES= c
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --enable-jit
PKGCONFIG_OVERRIDE+= libpcre2-16.pc.in
PKGCONFIG_OVERRIDE+= libpcre2-posix.pc.in
@@ -27,6 +29,8 @@ CONFIGURE_ARGS+= --enable-pcre2grep-libbz2
TEST_TARGET= check
+NOT_PAX_MPROTECT_SAFE= bin/pcre2grep bin/pcre2test
+
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"