commit:     eb0229a452914b2972b2c82bda31691e7388b2ec
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  6 21:57:01 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb  6 22:03:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb0229a4

app-text/libstaroffice: Disable -Werror

Package-Manager: portage-2.3.3

 app-text/libstaroffice/libstaroffice-0.0.2.ebuild | 3 ++-
 app-text/libstaroffice/libstaroffice-9999.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-text/libstaroffice/libstaroffice-0.0.2.ebuild 
b/app-text/libstaroffice/libstaroffice-0.0.2.ebuild
index e6ce459..620e724 100644
--- a/app-text/libstaroffice/libstaroffice-0.0.2.ebuild
+++ b/app-text/libstaroffice/libstaroffice-0.0.2.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$
 
@@ -33,6 +33,7 @@ src_prepare() {
 
 src_configure() {
        econf \
+               --disable-werror \
                $(use_enable debug) \
                $(use_with doc docs) \
                $(use_enable tools) \

diff --git a/app-text/libstaroffice/libstaroffice-9999.ebuild 
b/app-text/libstaroffice/libstaroffice-9999.ebuild
index e6ce459..620e724 100644
--- a/app-text/libstaroffice/libstaroffice-9999.ebuild
+++ b/app-text/libstaroffice/libstaroffice-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$
 
@@ -33,6 +33,7 @@ src_prepare() {
 
 src_configure() {
        econf \
+               --disable-werror \
                $(use_enable debug) \
                $(use_with doc docs) \
                $(use_enable tools) \

Reply via email to