summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2019-06-06 18:57:43 -0500
committerBen Kohler <bkohler@gentoo.org>2019-06-06 18:57:43 -0500
commit29196eea9c5b3625cccfbe158f173f9d44dcc738 (patch)
treea1ac77bb60905ed7b1cac2130ccd4845e6cd8f44 /net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild
parentdev-python/gitlabform: Version bump to 1.5.0 (diff)
downloadgentoo-29196eea9c5b3625cccfbe158f173f9d44dcc738.tar.gz
gentoo-29196eea9c5b3625cccfbe158f173f9d44dcc738.tar.bz2
gentoo-29196eea9c5b3625cccfbe158f173f9d44dcc738.zip
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>
Diffstat (limited to 'net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild')
-rw-r--r--net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild b/net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild
index 7b6aee326311..72908de1c1d7 100644
--- a/net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild
+++ b/net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild
@@ -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
}