From 18e35600db75192e7dd63987fd80b3eecceba56e Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 17 Jul 2011 05:50:13 +0000 Subject: [PATCH] Mark as broken _only_ on sparc64. Pointy hat to: linimon --- math/suitesparse/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index 3ea2424fabea..d5e2a3086efa 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -53,11 +53,14 @@ LAPACK= -pthread -lalapack_r .if ${ARCH} == "sparc64" || ${ARCH} == "amd64" FPIC= -fPIC -BROKEN= Does not link on sparc64 .else FPIC= -fpic .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not link on sparc64 +.endif + USE_LDCONFIG= yes USE_GMAKE= yes USE_FORTRAN= yes