1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Mark as broken on powerpc: dumps core.

Hat:		portmgr
Feature safe:	yes
This commit is contained in:
Mark Linimon 2011-11-10 14:26:28 +00:00
parent 7c6950f5c6
commit 105f839627
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285448

View File

@ -153,4 +153,10 @@ post-patch:
pre-configure:
(cd ${WRKSRC} && ./bootstrap)
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"
BROKEN= Does not install on powerpc: dumps core
.endif
.include <bsd.port.post.mk>