1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Generalize ARCH expression.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2020-09-15 04:44:33 +00:00
parent 74da8b0e7a
commit 63e2e36065
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548697

View File

@ -29,7 +29,7 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc || ${ARCH} == powerpc64
.if ${ARCH:Mpowerpc*}
USE_GCC= any
.endif