diff options
author | fluffy <fluffy@FreeBSD.org> | 2016-05-16 12:02:23 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2016-05-16 12:02:23 +0800 |
commit | 071bb57c9a80cb0b44e2a15f600a7f57774956f8 (patch) | |
tree | 8ae90f29a68bf61cded91c90f41ed73bb5a07aa4 /lang | |
parent | c4955ffe616e581b4c6edd18a7cf730adac47f8c (diff) | |
download | freebsd-ports-gnome-071bb57c9a80cb0b44e2a15f600a7f57774956f8.tar.gz freebsd-ports-gnome-071bb57c9a80cb0b44e2a15f600a7f57774956f8.tar.zst freebsd-ports-gnome-071bb57c9a80cb0b44e2a15f600a7f57774956f8.zip |
- Really fix ZTS build with pthreads, required by threaded apache24
- Bump PORTREVISION due to dependency on thread library
Approved by: miwi (mentor)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php70/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php70/Makefile b/lang/php70/Makefile index ca69267603fa..5e068ebe061a 100644 --- a/lang/php70/Makefile +++ b/lang/php70/Makefile @@ -3,7 +3,7 @@ PORTNAME= php70 PORTVERSION= 7.0.6 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} @@ -146,6 +146,7 @@ CONFIGURE_ARGS+=--enable-debug .if ${PORT_OPTIONS:MZTS} CONFIGURE_ARGS+=--enable-maintainer-zts +CONFIGURE_ENV+= pthreads_working="yes" USES= localhost .endif |