diff options
-rw-r--r-- | math/superlu_mt/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/math/superlu_mt/Makefile b/math/superlu_mt/Makefile index 306b04748c0e..14c97e8e9646 100644 --- a/math/superlu_mt/Makefile +++ b/math/superlu_mt/Makefile @@ -50,6 +50,11 @@ FPIC= -fPIC .else FPIC= -fpic .endif + +.if ${ARCH} == "sparc64" +BROKEN= Does not link on sparc64 +.endif + USE_LDCONFIG= yes USE_GMAKE= yes WRKSRC= ${WRKDIR}/SuperLU_MT_2.0 |