From 8826e4863831bdfd81dcc757870aafd8e0946269 Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 3 Dec 2019 00:50:20 +0100 Subject: [PATCH] bamf: get rid of -Werror breaking build [ci skip] --- srcpkgs/bamf/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/bamf/template b/srcpkgs/bamf/template index e56a86a3834..763a0d2d1c3 100644 --- a/srcpkgs/bamf/template +++ b/srcpkgs/bamf/template @@ -21,6 +21,7 @@ build_options_default="gir vala" pre_configure() { sed -i configure -e 's;if !($PYTHON -c "import libxslt, libxml2" 2> /dev/null);if false;' + sed -i configure -e '/CFLAGS=/s/ \-Werror / /' } post_install() {