aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/lapack/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/lapack/Makefile b/math/lapack/Makefile
index c7a6adfe5913..0b724908f1cb 100644
--- a/math/lapack/Makefile
+++ b/math/lapack/Makefile
@@ -30,6 +30,10 @@ FPIC= -fPIC
FPIC= -fpic
.endif
+.if ${ARCH} == "sparc64"
+BROKEN= Fails to link
+.endif
+
WRKSRC_SHARED=${WRKSRC}_shared
FFLAGS_SHARED=${FPIC}
WRKSRC_PROFILE=${WRKSRC}_profile