diff options
author | Renato Botelho <garga@FreeBSD.org> | 2016-07-06 16:47:48 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2016-07-06 16:48:04 -0300 |
commit | 47131ffe38236ec4d56c4615fc2f7ec94a1d7fb6 (patch) | |
tree | 750f7e01330609fba4b4a646aae3824421b7ca7e | |
parent | 430d4f7a4957fed6f1f54225f61ca280b3fee7e4 (diff) | |
download | FreeBSD-ports-47131ffe38236ec4d56c4615fc2f7ec94a1d7fb6.zip FreeBSD-ports-47131ffe38236ec4d56c4615fc2f7ec94a1d7fb6.tar.gz |
Workaround to fix broken php56-opcache
-rw-r--r-- | lang/php56/Makefile.ext | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/php56/Makefile.ext b/lang/php56/Makefile.ext index 609fcbf..0ebf350 100644 --- a/lang/php56/Makefile.ext +++ b/lang/php56/Makefile.ext @@ -218,6 +218,8 @@ USE_OPENSSL= yes .if ${PHP_MODNAME} == "opcache" CONFIGURE_ARGS+=--enable-opcache +# XXX: Workaround to fix opcache build in pfSense +USES:= ${USES:C/php:ext/php:zend/} .endif .if ${PHP_MODNAME} == "pcntl" |