diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-08-13 23:21:11 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-08-13 23:21:39 +0100 |
commit | 666a8bdf689f40820dc824996abb8c8cece14e66 (patch) | |
tree | 260ce8abd525314520c22df699b01945c4f6868f /dev-libs/libindicate | |
parent | sys-libs/glibc: BDEPEND implementation (diff) | |
download | gentoo-666a8bdf689f40820dc824996abb8c8cece14e66.tar.gz gentoo-666a8bdf689f40820dc824996abb8c8cece14e66.tar.bz2 gentoo-666a8bdf689f40820dc824996abb8c8cece14e66.zip |
dev-libs/libindicate: disable -Werror
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs/libindicate')
-rw-r--r-- | dev-libs/libindicate/files/libindicate-12.10.1-werror.patch | 13 | ||||
-rw-r--r-- | dev-libs/libindicate/libindicate-12.10.1-r3.ebuild | 7 |
2 files changed, 18 insertions, 2 deletions
diff --git a/dev-libs/libindicate/files/libindicate-12.10.1-werror.patch b/dev-libs/libindicate/files/libindicate-12.10.1-werror.patch new file mode 100644 index 000000000000..9a330caac03c --- /dev/null +++ b/dev-libs/libindicate/files/libindicate-12.10.1-werror.patch @@ -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 diff --git a/dev-libs/libindicate/libindicate-12.10.1-r3.ebuild b/dev-libs/libindicate/libindicate-12.10.1-r3.ebuild index 2b05d40e90de..bdb26096b1c3 100644 --- a/dev-libs/libindicate/libindicate-12.10.1-r3.ebuild +++ b/dev-libs/libindicate/libindicate-12.10.1-r3.ebuild @@ -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 |