From ccbf6e5f3cd5cee992f5753ade3fdf7d7bdda07c Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Wed, 28 Dec 2011 06:36:19 +0000 Subject: [PATCH] Mark as broken on powerpc: runs out of virtual memory during compile. Hat: portmgr --- math/py-graphtool/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/math/py-graphtool/Makefile b/math/py-graphtool/Makefile index 790ef63b8fb1..3203315b86ef 100644 --- a/math/py-graphtool/Makefile +++ b/math/py-graphtool/Makefile @@ -29,4 +29,10 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= PYTHON_VERSION=${PYTHON_VER} -.include +.include + +.if ${ARCH} == "powerpc" +BROKEN= Does not compile on powerpc: exhausts virtual memory +.endif + +.include