diff options
author | tz <tz@FreeBSD.org> | 2019-05-04 06:31:46 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2019-05-04 06:31:46 +0800 |
commit | ba6d1b3b7402614f3fd5228c628dc4c3bff57669 (patch) | |
tree | 24f7096b340503e18efc7f96731109d033b0deb2 /lang/php73 | |
parent | 54fd3390fe189e3a2a516f5af1b1ac8df9ef2577 (diff) | |
download | freebsd-ports-gnome-ba6d1b3b7402614f3fd5228c628dc4c3bff57669.tar.gz freebsd-ports-gnome-ba6d1b3b7402614f3fd5228c628dc4c3bff57669.tar.zst freebsd-ports-gnome-ba6d1b3b7402614f3fd5228c628dc4c3bff57669.zip |
lang/php73: enable PRCE2 JIT support
This will speed up certain PHP scripts relying on regex matches.
PR: 237722
Submitted by: Jon Tejnung <jon@herrskogen.se>
Diffstat (limited to 'lang/php73')
-rw-r--r-- | lang/php73/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/php73/Makefile b/lang/php73/Makefile index 0580e66945ef..e190c68449a0 100644 --- a/lang/php73/Makefile +++ b/lang/php73/Makefile @@ -2,9 +2,9 @@ PORTNAME= php73 DISTVERSION= 7.3.4 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= lang devel www -MASTER_SITES= PHP/distributions +MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} MAINTAINER= tz@FreeBSD.org @@ -29,6 +29,7 @@ CONFIGURE_ARGS+=--with-layout=GNU \ --with-pcre-regex=${LOCALBASE} \ --with-password-argon2=${LOCALBASE} \ --program-prefix="" +CONFIGURE_ENV= CPPFLAGS="-I/usr/local/include" USES+= autoreconf:build USE_GNOME= libxml2 |