mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Mark as broken on sparc64: fails to install.
This commit is contained in:
parent
fc15d7b6c2
commit
1f9742aa3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206546
@ -30,6 +30,9 @@ MAKE_ENV+= CXX="${CXX}"
|
||||
.if ${ARCH} == "amd64" && ${OSVERSION} < 700000
|
||||
USE_GCC= 4.1
|
||||
.endif
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Fails to install
|
||||
.endif
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|' \
|
||||
|
Loading…
Reference in New Issue
Block a user