diff options
author | Renato Botelho <garga@FreeBSD.org> | 2016-07-06 17:18:08 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2016-07-06 17:18:08 -0300 |
commit | 9828da6b8c47f20da35a7ddae68ac0568b83023a (patch) | |
tree | 16e5fa39464df49477e8d8f85a8c7b3de28db150 | |
parent | 47131ffe38236ec4d56c4615fc2f7ec94a1d7fb6 (diff) | |
download | FreeBSD-ports-9828da6b8c47f20da35a7ddae68ac0568b83023a.zip FreeBSD-ports-9828da6b8c47f20da35a7ddae68ac0568b83023a.tar.gz |
Revert "Workaround to fix broken php56-opcache"
This reverts commit 47131ffe38236ec4d56c4615fc2f7ec94a1d7fb6.
-rw-r--r-- | lang/php56/Makefile.ext | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/php56/Makefile.ext b/lang/php56/Makefile.ext index 0ebf350..609fcbf 100644 --- a/lang/php56/Makefile.ext +++ b/lang/php56/Makefile.ext @@ -218,8 +218,6 @@ 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" |