Fix build errors for zts and debug builds.
PR: 193607 Reviewed by: mentors (implicit)
This commit is contained in:
parent
36adc785cb
commit
7e54c6cbc8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368178
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue