Mark as broken on powerpc: runs out of virtual memory during compile.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2011-12-28 06:36:19 +00:00
parent 2892bf289f
commit ccbf6e5f3c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288146

View file

@ -29,4 +29,10 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= PYTHON_VERSION=${PYTHON_VER}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"
BROKEN= Does not compile on powerpc: exhausts virtual memory
.endif
.include <bsd.port.post.mk>