aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2011-12-28 14:55:26 +0800
committerlinimon <linimon@FreeBSD.org>2011-12-28 14:55:26 +0800
commitf61bf6c5e07096231ae47cf270a74be1942c14a1 (patch)
tree7675c0a0301eb595ec3144c2698216f1e925b9b2 /science
parente9eadc6d5eb7dd2b412c9af1cec6522ad228ac29 (diff)
downloadfreebsd-ports-gnome-f61bf6c5e07096231ae47cf270a74be1942c14a1.tar.gz
freebsd-ports-gnome-f61bf6c5e07096231ae47cf270a74be1942c14a1.tar.zst
freebsd-ports-gnome-f61bf6c5e07096231ae47cf270a74be1942c14a1.zip
Mark as broken on powerpc.
Hat: portmgr
Diffstat (limited to 'science')
-rw-r--r--science/bddsolve/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/science/bddsolve/Makefile b/science/bddsolve/Makefile
index 1c42f9a899ab..ed7b079b6596 100644
--- a/science/bddsolve/Makefile
+++ b/science/bddsolve/Makefile
@@ -22,6 +22,10 @@ NO_WRKSUBDIR= yes
.include <bsd.port.pre.mk>
+.if ${ARCH} == "powerpc"
+BROKEN= Does not compile on powerpc: runs out of virtual memory
+.endif
+
do-build:
${CXX} ${CFLAGS} -I${LOCALBASE}/include -I${WRKSRC}/include \
${LDFLAGS} -L${LOCALBASE}/lib -lbdd -lboost_program_options \