Mark it BROKEN on 4.x, it does not compile.

This commit is contained in:
Emanuel Haupt 2006-09-03 12:37:44 +00:00
parent b583668228
commit fa72f107db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172041

View File

@ -33,6 +33,12 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} ${CPPFLAGS}" \
INFO= libadplug
MAN1= adplugdb.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= does not build on 4.x
.endif
post-patch:
@${REINPLACE_CMD} -E 's#<(binfile.h|binio.h|binstr.h)>#<libbinio/\1>#' \
${WRKSRC}/adplugdb/adplugdb.cpp \
@ -49,4 +55,4 @@ post-patch:
${WRKSRC}/Makefile.in \
${WRKSRC}/Makefile.am
.include <bsd.port.mk>
.include <bsd.port.post.mk>