summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-02-06 22:57:01 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-02-06 23:03:20 +0100
commiteb0229a452914b2972b2c82bda31691e7388b2ec (patch)
treed31f63a3acfd46bc10438de43260d8a9d24c77f3 /app-text/libstaroffice/libstaroffice-0.0.2.ebuild
parentmedia-libs/libzmf: Disable -Werror (diff)
downloadgentoo-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/libstaroffice-0.0.2.ebuild')
-rw-r--r--app-text/libstaroffice/libstaroffice-0.0.2.ebuild3
1 files changed, 2 insertions, 1 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) \