Mark as broken on sparc64
Reported by: kris Approved by: garga (mentor)
This commit is contained in:
parent
f818033b1d
commit
834e211f67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156213
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue