- Mark BROKEN on 6.X: does not compile
Reported by: pointyhat
This commit is contained in:
parent
3ae84d4f3e
commit
52b549f68e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252533
1 changed files with 7 additions and 1 deletions
|
@ -22,6 +22,12 @@ CFLAGS+= -fno-strength-reduce
|
|||
MAN1= ${PORTNAME}.1
|
||||
PORT_VERBS= ${PORTNAME} caca2tlf share/figlet/*tlf
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
BROKEN= does not compile
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/CFLAGS=/d;/ac_build_date=/s|=.*|="$$stamp"|'\
|
||||
${WRKSRC}/configure
|
||||
|
@ -30,4 +36,4 @@ post-patch:
|
|||
post-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/tools/caca2tlf ${PREFIX}/bin/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue