summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-02-06 22:52:14 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-02-06 23:03:20 +0100
commit6b86e7c7581cba5d586ad075e06ba658b094542c (patch)
treed474f042a31f1f82e339db10173322bcf5f245e5
parentmedia-video/nvidia-video-codec: New version (diff)
downloadgentoo-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.ebuild3
-rw-r--r--media-libs/libzmf/libzmf-9999.ebuild3
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) \