diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-02-06 22:52:14 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-02-06 23:03:20 +0100 |
commit | 6b86e7c7581cba5d586ad075e06ba658b094542c (patch) | |
tree | d474f042a31f1f82e339db10173322bcf5f245e5 | |
parent | media-video/nvidia-video-codec: New version (diff) | |
download | gentoo-6b86e7c7581cba5d586ad075e06ba658b094542c.tar.gz gentoo-6b86e7c7581cba5d586ad075e06ba658b094542c.tar.bz2 gentoo-6b86e7c7581cba5d586ad075e06ba658b094542c.zip |
media-libs/libzmf: Disable -Werror
Gentoo-bug: 602800
Package-Manager: portage-2.3.3
-rw-r--r-- | media-libs/libzmf/libzmf-0.0.1.ebuild | 3 | ||||
-rw-r--r-- | 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) \ |