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:
parent
74da8b0e7a
commit
63e2e36065
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548697
@ -29,7 +29,7 @@ OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == powerpc || ${ARCH} == powerpc64
|
||||
.if ${ARCH:Mpowerpc*}
|
||||
USE_GCC= any
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user