mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Mark as broken on sparc64: does not link.
This commit is contained in:
parent
ee1f35d72b
commit
6750e477b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277769
@ -35,6 +35,10 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
MAKE_ENV+= LDFLAGS="${LDFLAGS}"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not link on sparc64
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/CC=.*/CC:=$${CC}/g' ${WRKSRC}/Makefile
|
||||
|
||||
|
@ -27,6 +27,10 @@ RESTRICTED= Forbidden by license
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not link on sparc64
|
||||
.endif
|
||||
|
||||
# Check for sources
|
||||
.if !exists(${DISTDIR}/${DISTFILES})
|
||||
DISTFILE_INSTRUCTIONS=\n\
|
||||
|
Loading…
Reference in New Issue
Block a user