BROKEN on 5.x: configure fails

This commit is contained in:
Kris Kennaway 2004-02-09 02:06:59 +00:00
parent 857a9477c4
commit 220dbfdd38
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100449

View file

@ -27,10 +27,16 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
USE_SDL= mixer sdl
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502000
BROKEN= "Configure fails"
.endif
post-patch:
@${FIND} ${WRKSRC} -name "*.cpp" | ${XARGS} \
${REINPLACE_CMD} -e 's|SDL/|SDL11/|g'
@${FIND} ${WRKSRC} -name "*.h" | ${XARGS} \
${REINPLACE_CMD} -e 's|SDL/|SDL11/|g'
.include <bsd.port.mk>
.include <bsd.port.post.mk>