aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorfluffy <fluffy@FreeBSD.org>2016-05-16 12:02:23 +0800
committerfluffy <fluffy@FreeBSD.org>2016-05-16 12:02:23 +0800
commit071bb57c9a80cb0b44e2a15f600a7f57774956f8 (patch)
tree8ae90f29a68bf61cded91c90f41ed73bb5a07aa4 /lang
parentc4955ffe616e581b4c6edd18a7cf730adac47f8c (diff)
downloadfreebsd-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/Makefile3
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