From a463be4ea998f4f3237de704900b006e777f7350 Mon Sep 17 00:00:00 2001 From: linimon Date: Thu, 10 Nov 2011 14:30:51 +0000 Subject: Does not build on powerpc-9: error in pthreads. Hat: portmgr Feature safe: yes --- biology/crux/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'biology/crux') diff --git a/biology/crux/Makefile b/biology/crux/Makefile index 3a464a488e6f..b372fe809a14 100644 --- a/biology/crux/Makefile +++ b/biology/crux/Makefile @@ -35,6 +35,10 @@ LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas CONFIGURE_ARGS+= --disable-sys-linalg .endif +.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000 +BROKEN= Does not build on powerpc-9: error in pthreads +.endif + post-install: @${PREFIX}/bin/crux -b -q /dev/null -- cgit