Skip to content

Commit

Permalink
media-libs/libzmf: Disable -Werror
Browse files Browse the repository at this point in the history
Gentoo-bug: 602800

Package-Manager: portage-2.3.3
  • Loading branch information
a17r committed Feb 6, 2017
1 parent 18e5c91 commit 6b86e7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion media-libs/libzmf/libzmf-0.0.1.ebuild
Original file line number Diff line number Diff line change
@@ -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$

Expand Down Expand Up @@ -37,6 +37,7 @@ src_prepare() {

src_configure() {
econf \
--disable-werror \
$(use_enable debug) \
$(use_with doc docs) \
$(use_enable test tests) \
Expand Down
3 changes: 2 additions & 1 deletion media-libs/libzmf/libzmf-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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$

Expand Down Expand Up @@ -37,6 +37,7 @@ src_prepare() {

src_configure() {
econf \
--disable-werror \
$(use_enable debug) \
$(use_with doc docs) \
$(use_enable test tests) \
Expand Down

0 comments on commit 6b86e7c

Please sign in to comment.