From c8bf9ce551eac056127719013c6e31b202b0f08c Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 4 Mar 2004 09:23:01 +0000 Subject: This is also broken on sparc64 --- math/algae/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/algae') diff --git a/math/algae/Makefile b/math/algae/Makefile index 7b2d427a292d..363e068e2572 100644 --- a/math/algae/Makefile +++ b/math/algae/Makefile @@ -23,8 +23,8 @@ MAN1= algae.1 .include -.if ${ARCH} == "alpha" && ${OSVERSION} > 502102 -BROKEN= "Configure fails" +.if (${ARCH} == "alpha" && ${OSVERSION} > 502102) || ${ARCH} == "sparc64" +BROKEN= "Configure fails on alpha 5.x and sparc64" .endif .include -- cgit v1.2.3