From 6b86e7c7581cba5d586ad075e06ba658b094542c Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Mon, 6 Feb 2017 22:52:14 +0100 Subject: [PATCH] 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 543a6fbae2c9..39022dd08732 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 fbc7c3257425..a21e97de737b 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) \ -- 2.26.2