1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00

www/phalcon4: enable on powerpc64

To be tested on powerpc64le.

MFH:		2021Q1
This commit is contained in:
Piotr Kubaj 2021-01-13 15:40:18 +00:00
parent 87b3a9745a
commit 88c34b1f35
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561478

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
CONFLICTS_INSTALL= ${PKGNAMEPREFIX}phalcon
@ -30,7 +30,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: