Fix build errors for zts and debug builds.

PR:		193607
Reviewed by:	mentors (implicit)
This commit is contained in:
Michael Gmelin 2014-09-14 14:25:19 +00:00
parent 36adc785cb
commit 7e54c6cbc8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368178

View file

@ -27,7 +27,7 @@ GD_USE= PHP=gd
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MOPCACHE}
. if ${PHP_EXT_DIR} >= 20121212
. if ${PHP_EXT_DIR:C|[^0-9]||g} >= 20121212
USE_PHP+= opcache
RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:${PORTSDIR}/devel/pecl-APCu
. else