Mark as broken on sparc64

Reported by:    kris
Approved by:    garga (mentor)
This commit is contained in:
Vasil Dimov 2006-02-17 15:27:00 +00:00
parent f818033b1d
commit 834e211f67
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156213

View file

@ -26,9 +26,15 @@ USE_REINPLACE= yes
INFO= readline rluserman history
MAN3= readline.3 history.3
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif
pre-configure:
.if !defined(WITHOUT_TERMCAP)
${REINPLACE_CMD} "s/SHOBJ_LDFLAGS =/SHOBJ_LDFLAGS = -ltermcap/" ${WRKSRC}/shlib/Makefile.in
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>