opnsense/phalcon4: add aarch64

This commit is contained in:
Franco Fichtner 2019-03-20 16:41:30 +01:00
parent f77aa05244
commit a543381c3b
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ COMMENT= Phalcon PHP Framework written in C-language
LICENSE= BSD3CLAUSE
ONLY_FOR_ARCHS= amd64 armv6 armv7 i386
ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386
USES= php:ext
USE_PHP= hash:build json:build pdo:build
@ -27,7 +27,7 @@ CONFIGURE_ARGS= --enable-phalcon
.include <bsd.port.pre.mk>
PBITS= ${ARCH:S/amd64/64/:C/armv.*/32/:S/i386/32/:S/x86_64/64/}
PBITS= ${ARCH:S/aarch64/64/:S/amd64/64/:C/armv.*/32/:S/i386/32/:S/x86_64/64/}
WRKSRC_SUBDIR= build/php${PHP_VER:C/.$//}/${PBITS}bits
post-patch: