BROKEN on 6.x: Configure fails

This commit is contained in:
Kris Kennaway 2004-11-18 22:09:44 +00:00
parent f7ecb45309
commit 3bb8347198
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121915

View file

@ -20,6 +20,12 @@ GNU_CONFIGURE= yes
USE_REINPLACE= yes
MAN1= xosview.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 600000
BROKEN= "Configure fails on FreeBSD >= 6.x"
.endif
post-patch:
@${REINPLACE_CMD} -e 's,iostream.h,iostream,' \
${WRKSRC}/xwin.h \
@ -43,4 +49,4 @@ post-patch:
@${REINPLACE_CMD} -e 's,-O4 -pipe,,' \
${WRKSRC}/configure
.include <bsd.port.mk>
.include <bsd.port.post.mk>