diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2012-09-08 08:30:39 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2012-09-08 08:30:39 +0000 |
commit | 3fd15ea0aec9399ad559f1f009222074490e8a8c (patch) | |
tree | dc6898f1eb8c865f30253cea2661a6e4b1c67c8f /biology | |
parent | 51a3086a647687081043952eb71afcb191bc1f18 (diff) |
Mark as broken on sparc64: depends on thread-local storage, which is not
available on sparc64.
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=303880
Diffstat (limited to 'biology')
-rw-r--r-- | biology/mafft/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/biology/mafft/Makefile b/biology/mafft/Makefile index 56af4618e460..954937c8eef2 100644 --- a/biology/mafft/Makefile +++ b/biology/mafft/Makefile @@ -39,6 +39,10 @@ LN_FILES= einsi fftns fftnsi ginsi linsi mafft-einsi mafft-fftns \ .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= Does not install on sparc64: depends on thread-local storage +.endif + post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \ -e 's|^MANDIR = .*$$|MANDIR = $$(MANPREFIX)/man/man1|' \ |