Allow building with neon 30

This commit is contained in:
Antoine Brodin 2014-12-24 22:12:33 +00:00
parent 83e776e229
commit 278044dc18
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375490

View File

@ -43,7 +43,7 @@ CONFIGURE_ARGS+= --with-ssl
post-patch:
@${REINPLACE_CMD} -e 's|;;|;|g' \
${WRKSRC}/src/sitestore.c
@${REINPLACE_CMD} -e 's|25 26 27 28|25 26 27 28 29|g' \
@${REINPLACE_CMD} -e 's|25 26 27 28|& 29 30|g' \
${WRKSRC}/configure
.include <bsd.port.mk>