aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2012-09-08 16:30:39 +0800
committerlinimon <linimon@FreeBSD.org>2012-09-08 16:30:39 +0800
commit83ab27971b2e0d05ee43079f3db93f406aeabf77 (patch)
treedc6898f1eb8c865f30253cea2661a6e4b1c67c8f
parent923ac88d0581f588921374f481dd8f10d18346ce (diff)
downloadfreebsd-ports-gnome-83ab27971b2e0d05ee43079f3db93f406aeabf77.tar.gz
freebsd-ports-gnome-83ab27971b2e0d05ee43079f3db93f406aeabf77.tar.zst
freebsd-ports-gnome-83ab27971b2e0d05ee43079f3db93f406aeabf77.zip
Mark as broken on sparc64: depends on thread-local storage, which is not
available on sparc64. Hat: portmgr
-rw-r--r--biology/mafft/Makefile4
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|' \