mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
13
dev-libs/libindicate/files/libindicate-12.10.1-werror.patch
Normal file
13
dev-libs/libindicate/files/libindicate-12.10.1-werror.patch
Normal 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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user