MFH: r561480

www/phalcon: enable on powerpc64

To be tested on powerpc64le.
This commit is contained in:
Piotr Kubaj 2021-01-13 15:54:45 +00:00
parent 7fc81d41d3
commit a9f904c4ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=561481
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= aarch64 amd64 armv6 armv7 i386
ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64
USES= localbase php:ext
USE_PHP= hash:build json:build pdo:build
@ -28,7 +28,7 @@ CONFIGURE_ARGS= --enable-phalcon
.include <bsd.port.pre.mk>
PBITS= ${ARCH:S/aarch64/64/: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/:C/powerpc64.*/64/}
WRKSRC_SUBDIR= build/php${PHP_VER:C/.$//}/${PBITS}bits
post-patch: