mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
2 changed files with 8 additions and 0 deletions
|
@ -35,6 +35,10 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
MAKE_ENV+= LDFLAGS="${LDFLAGS}"
|
MAKE_ENV+= LDFLAGS="${LDFLAGS}"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${ARCH} == "sparc64"
|
||||||
|
BROKEN= Does not link on sparc64
|
||||||
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's/CC=.*/CC:=$${CC}/g' ${WRKSRC}/Makefile
|
@${REINPLACE_CMD} -e 's/CC=.*/CC:=$${CC}/g' ${WRKSRC}/Makefile
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,10 @@ RESTRICTED= Forbidden by license
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${ARCH} == "sparc64"
|
||||||
|
BROKEN= Does not link on sparc64
|
||||||
|
.endif
|
||||||
|
|
||||||
# Check for sources
|
# Check for sources
|
||||||
.if !exists(${DISTDIR}/${DISTFILES})
|
.if !exists(${DISTDIR}/${DISTFILES})
|
||||||
DISTFILE_INSTRUCTIONS=\n\
|
DISTFILE_INSTRUCTIONS=\n\
|
||||||
|
|
Loading…
Add table
Reference in a new issue