BROKEN on >=5.x: Does not build

This commit is contained in:
Kris Kennaway 2005-07-20 23:50:35 +00:00
parent bb3f937014
commit 28d9d4e29d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139754

View File

@ -30,6 +30,12 @@ USE_PERL5= yes
PORTDOCS= ftrack.faq readme report.err
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 504001
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
pre-patch:
${REINPLACE_CMD} -e "s@-I../../hpp -I../../.. -O3@-Ihpp -I${LOCALBASE}/include ${CFLAGS}@g; \
s@../../src/@src/@g; s@g\+\+@${CC}@g; \
@ -63,4 +69,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/doc/eng/* ${DOCSDIR}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>