1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Now builds on powerpc64.

This commit is contained in:
Mark Linimon 2017-04-08 15:47:03 +00:00
parent eb1fe0bcbf
commit 6deaa26f4f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438050

View File

@ -29,7 +29,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386" && ${ARCH} != "amd64"
.if ${ARCH} != "i386" && ${ARCH} != "amd64" && ${ARCH} != "powerpc64"
BROKEN= Does not compile
.endif