aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2016-05-16 04:02:23 +0000
committerDima Panov <fluffy@FreeBSD.org>2016-05-16 04:02:23 +0000
commit6a06602b4be88cc681ac83a0bf9e47f4ba1f5f5d (patch)
tree8ae90f29a68bf61cded91c90f41ed73bb5a07aa4
parentd11dc554948450d1a082c437a7aaa70583439864 (diff)
downloadports-6a06602b4be88cc681ac83a0bf9e47f4ba1f5f5d.tar.gz
ports-6a06602b4be88cc681ac83a0bf9e47f4ba1f5f5d.zip
- Really fix ZTS build with pthreads, required by threaded apache24
- Bump PORTREVISION due to dependency on thread library Approved by: miwi (mentor)
Notes
Notes: svn path=/head/; revision=415304
-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