1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Also broken on powerpc.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2010-04-01 06:18:47 +00:00
parent c80904e7af
commit f63895df95
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251938

View File

@ -17,8 +17,8 @@ GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64: includes i386 assembler
.if ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not compile on powerpc or sparc64: includes i386 assembler
.endif
.include <bsd.port.post.mk>