media-libs/libzmf: Disable -Werror
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 6 Feb 2017 21:52:14 +0000 (22:52 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 6 Feb 2017 22:03:20 +0000 (23:03 +0100)
Gentoo-bug: 602800

Package-Manager: portage-2.3.3

media-libs/libzmf/libzmf-0.0.1.ebuild
media-libs/libzmf/libzmf-9999.ebuild

index 543a6fbae2c95cca7beae060c4fe22f1ca860a84..39022dd08732cf2cf85483431b267b09ff87407a 100644 (file)
@@ -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) \
index fbc7c3257425bf2d0e85a2dc81298168638e6350..a21e97de737b160fbba0604a926e132f24295561 100644 (file)
@@ -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) \