- Mark BROKEN on 4.x, does not build

PR:		ports/101714
Submitted by:	Robert Gogolok <gogo at cs.uni-sb.de> (maintainer)
This commit is contained in:
Rong-En Fan 2006-08-10 05:42:49 +00:00
parent c340d2440a
commit fc2d7f6936
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170255

View file

@ -19,7 +19,13 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-docdir=${PREFIX}/share/doc
USE_GMAKE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= does not build on FreeBSD 4.x
.endif
post-patch:
@${REINPLACE_CMD} -E 's,#include.*<SDL/(SDL.*\.h)>,#include <SDL11/\1>,g' ${WRKSRC}/src/vxsdl.h
.include <bsd.port.mk>
.include <bsd.port.post.mk>