commit: 6b86e7c7581cba5d586ad075e06ba658b094542c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 6 21:52:14 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 6 22:03:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b86e7c7
media-libs/libzmf: Disable -Werror
Gentoo-bug: 602800
Package-Manager: portage-2.3.3
media-libs/libzmf/libzmf-0.0.1.ebuild | 3 ++-
media-libs/libzmf/libzmf-9999.ebuild | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/media-libs/libzmf/libzmf-0.0.1.ebuild
b/media-libs/libzmf/libzmf-0.0.1.ebuild
index 543a6fb..39022dd 100644
--- a/media-libs/libzmf/libzmf-0.0.1.ebuild
+++ b/media-libs/libzmf/libzmf-0.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -37,6 +37,7 @@ src_prepare() {
src_configure() {
econf \
+ --disable-werror \
$(use_enable debug) \
$(use_with doc docs) \
$(use_enable test tests) \
diff --git a/media-libs/libzmf/libzmf-9999.ebuild
b/media-libs/libzmf/libzmf-9999.ebuild
index fbc7c32..a21e97d 100644
--- a/media-libs/libzmf/libzmf-9999.ebuild
+++ b/media-libs/libzmf/libzmf-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -37,6 +37,7 @@ src_prepare() {
src_configure() {
econf \
+ --disable-werror \
$(use_enable debug) \
$(use_with doc docs) \
$(use_enable test tests) \