diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-08-05 03:05:18 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-08-05 03:05:18 +0000 |
commit | 1ba888a134cf86b5e701865c75aed9e0cd6044f5 (patch) | |
tree | 97a1a723b860792070f89e6b05a899be5a29ab99 /math/superlu_mt | |
parent | 7fe53e85cc43c3fed83b482e83dc12de3fe696d6 (diff) |
Notes
Diffstat (limited to 'math/superlu_mt')
-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 |