net-misc/connman-json-client: remove -Werror
authorBen Kohler <bkohler@gentoo.org>
Thu, 6 Jun 2019 23:57:43 +0000 (18:57 -0500)
committerBen Kohler <bkohler@gentoo.org>
Thu, 6 Jun 2019 23:57:43 +0000 (18:57 -0500)
Fixes: https://bugs.gentoo.org/687544
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild

index 7b6aee326311290ed856685b7c02427d1d2f1d0e..72908de1c1d7f0f82db8467345b970e609f6adc4 100644 (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
 }