sthen b0a98178b2 Disable pcre jit by default in php 7.0, to avoid the process needing to do
W+X mappings. Fixes build with kern.wxabort=1 and runtime on a !wxallowed
partition. ok robert@
2016-09-02 14:30:57 +00:00

15 lines
290 B
Makefile

# $OpenBSD: Makefile,v 1.20 2016/09/02 14:30:57 sthen Exp $
BROKEN-sparc64= SIGBUS during phar generation
PV= 7.0
V= ${PV}.10
REVISION-main= 0
WANTLIB-main+= stdc++ ncurses readline
BUILD_DEPENDS+= devel/bison
CONFIGURE_ENV+= YACC="${LOCALBASE}/bin/bison -y"
.include <bsd.port.mk>