View | Details | Raw Unified | Return to bug 266175 | Differences between
and this patch

Collapse All | Expand All

(-)lang/php82/Makefile (+4 lines)
Lines 618-623 USES+= pkgconfig Link Here
618
618
619
.include <bsd.port.pre.mk>
619
.include <bsd.port.pre.mk>
620
620
621
.if ${ARCH} == aarch64 && ${PHP_MODNAME} == "opcache"
622
CONFIGURE_ARGS+=----disable-opcache-jit
623
.endif
624
621
.if ${PHP_MODNAME} == "sqlite3" || ${PHP_MODNAME} == "zlib"
625
.if ${PHP_MODNAME} == "sqlite3" || ${PHP_MODNAME} == "zlib"
622
post-extract:
626
post-extract:
623
	@${MV} ${WRKSRC}/config0.m4 ${WRKSRC}/config.m4
627
	@${MV} ${WRKSRC}/config0.m4 ${WRKSRC}/config.m4

Return to bug 266175