- Mark BROKEN on 6.X: does not compile

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2010-04-10 18:12:23 +00:00
parent 3ae84d4f3e
commit 52b549f68e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252533

View file

@ -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>