diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-02-06 22:57:01 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-02-06 23:03:20 +0100 |
commit | eb0229a452914b2972b2c82bda31691e7388b2ec (patch) | |
tree | d31f63a3acfd46bc10438de43260d8a9d24c77f3 /app-text/libstaroffice | |
parent | media-libs/libzmf: Disable -Werror (diff) | |
download | gentoo-eb0229a452914b2972b2c82bda31691e7388b2ec.tar.gz gentoo-eb0229a452914b2972b2c82bda31691e7388b2ec.tar.bz2 gentoo-eb0229a452914b2972b2c82bda31691e7388b2ec.zip |
app-text/libstaroffice: Disable -Werror
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-text/libstaroffice')
-rw-r--r-- | app-text/libstaroffice/libstaroffice-0.0.2.ebuild | 3 | ||||
-rw-r--r-- | 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 e6ce45953053..620e724c76eb 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 e6ce45953053..620e724c76eb 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) \ |