BROKEN on 5.x: configure fails
This commit is contained in:
parent
857a9477c4
commit
220dbfdd38
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100449
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue