1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Mark as broken on powerpc: drops core on configure.

Hat:		portmgr
Feature safe:	yes
This commit is contained in:
Mark Linimon 2011-11-11 04:15:00 +00:00
parent 9a62ba9f14
commit dc8b96d9bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285517

View File

@ -39,4 +39,10 @@ do-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"
BROKEN= Does not configure on powerpc: drops core
.endif
.include <bsd.port.post.mk>