diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2016-05-16 04:02:23 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2016-05-16 04:02:23 +0000 |
commit | 6a06602b4be88cc681ac83a0bf9e47f4ba1f5f5d (patch) | |
tree | 8ae90f29a68bf61cded91c90f41ed73bb5a07aa4 /lang/php70 | |
parent | d11dc554948450d1a082c437a7aaa70583439864 (diff) | |
download | ports-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
Diffstat (limited to 'lang/php70')
-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 |