From 54f30f9c56091c68824e23a4293eac12f549b975 Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Wed, 10 May 2017 14:37:11 +0000 Subject: [PATCH] Unbreak muffin, don't error out on warnings during introspection generation. --- x11-wm/muffin/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-wm/muffin/Makefile b/x11-wm/muffin/Makefile index a4704b30720d..ed1c047b45dc 100644 --- a/x11-wm/muffin/Makefile +++ b/x11-wm/muffin/Makefile @@ -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