diff --git a/media-libs/libzmf/libzmf-0.0.1.ebuild b/media-libs/libzmf/libzmf-0.0.1.ebuild index 543a6fbae2c95..39022dd08732c 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 fbc7c3257425b..a21e97de737b1 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) \