aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-10-11 10:39:16 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 05:42:39 +0800
commitdd591f45b53a14f43baa618e8bb8a1180e89a637 (patch)
tree73400b45ee6264a1b8bb125e4b1864b58bf379c9 /www
parent83ac893152455620b8b212ed1be8b45c9d748fdb (diff)
downloadfreebsd-ports-gnome-dd591f45b53a14f43baa618e8bb8a1180e89a637.tar.gz
freebsd-ports-gnome-dd591f45b53a14f43baa618e8bb8a1180e89a637.tar.zst
freebsd-ports-gnome-dd591f45b53a14f43baa618e8bb8a1180e89a637.zip
Adapt to build on armv7.
PR: 221902 Submitted by: maintainer timeout (linpct @ gmail.com, 2 months)
Diffstat (limited to 'www')
-rw-r--r--www/phalcon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/phalcon/Makefile b/www/phalcon/Makefile
index fb7f8c72eadd..52f819a6cc43 100644
--- a/www/phalcon/Makefile
+++ b/www/phalcon/Makefile
@@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE
USES= php:ext
USE_PHP= hash:build json:build pdo:build
-ONLY_FOR_ARCHS= amd64 armv6 i386
+ONLY_FOR_ARCHS= amd64 armv6 armv7 i386
USE_GITHUB= yes
GH_ACCOUNT= phalcon
@@ -25,7 +25,7 @@ CONFIGURE_ARGS= --enable-phalcon
.include <bsd.port.pre.mk>
-PBITS= ${ARCH:S/amd64/64/:S/armv6/32/:S/i386/32/:S/x86_64/64/}
+PBITS= ${ARCH:S/amd64/64/:C/armv.*/32/:S/i386/32/:S/x86_64/64/}
WRKSRC_SUBDIR= build/php${PHP_VER:C/.$//}/${PBITS}bits
post-patch: