Skip to content

Commit

Permalink
app-text/libstaroffice: Disable -Werror
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.3
  • Loading branch information
a17r committed Feb 6, 2017
1 parent 6b86e7c commit eb0229a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app-text/libstaroffice/libstaroffice-0.0.2.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 @@ -33,6 +33,7 @@ src_prepare() {

src_configure() {
econf \
--disable-werror \
$(use_enable debug) \
$(use_with doc docs) \
$(use_enable tools) \
Expand Down
3 changes: 2 additions & 1 deletion app-text/libstaroffice/libstaroffice-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 @@ -33,6 +33,7 @@ src_prepare() {

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

0 comments on commit eb0229a

Please sign in to comment.