dev-libs/libindicate: disable -Werror

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
Sergei Trofimovich
2019-08-13 23:21:11 +01:00
parent 8ea89b86b6
commit 666a8bdf68
2 changed files with 18 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
--- a/libindicate-gtk/Makefile.am
+++ b/libindicate-gtk/Makefile.am
@@ -45,3 +45,3 @@ libindicate_gtk_la_CFLAGS = \
-I $(top_srcdir) \
- -Wall -Werror \
+ -Wall \
$(LIBINDICATEGTK_CFLAGS)
--- a/libindicate/Makefile.am
+++ b/libindicate/Makefile.am
@@ -76,3 +76,3 @@ libindicate_la_CFLAGS = \
$(COVERAGE_CFLAGS) \
- -Wall -Werror
+ -Wall

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Authors
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -37,7 +37,10 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
"
PATCHES=( "${FILESDIR}"/${PN}-0.6.1-no-mono.patch )
PATCHES=(
"${FILESDIR}"/${PN}-0.6.1-no-mono.patch
"${FILESDIR}"/${PN}-12.10.1-werror.patch
)
src_prepare() {
default