1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Mark as broken on sparc64: depends on thread-local storage, which is not

available on sparc64.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2012-09-08 08:30:39 +00:00
parent 51a3086a64
commit 3fd15ea0ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303880

View File

@ -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|' \