net-misc/connman-json-client: remove -Werror

Fixes: https://bugs.gentoo.org/687544
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler
2019-06-06 18:57:43 -05:00
parent 49fc27e652
commit 29196eea9c

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -21,6 +21,7 @@ DEPEND="dev-libs/json-c:0=
RDEPEND="${DEPEND}"
src_prepare() {
sed -i -e '/^AM_CFLAGS/ s/ -Werror$//' Makefile.am || die
default
eautoreconf
}