Unbreak muffin, don't error out on warnings during introspection generation.

This commit is contained in:
Koop Mast 2017-05-10 14:37:11 +00:00
parent 737369361e
commit 54f30f9c56
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440566

View file

@ -43,5 +43,6 @@ pre-configure:
post-patch:
@${REINPLACE_CMD} -e 's|REQUIRED_AUTOMAKE_VERSION=1.10|REQUIRED_AUTOMAKE_VERSION=1.14|g' \
${WRKSRC}/autogen.sh
@${REINPLACE_CMD} -e 's|--warn-error||g' ${WRKSRC}/src/Makefile.am
.include <bsd.port.mk>