summaryrefslogtreecommitdiff
path: root/app-text/writerperfect/writerperfect-0.9.5.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/writerperfect/writerperfect-0.9.5.ebuild')
-rw-r--r--app-text/writerperfect/writerperfect-0.9.5.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/app-text/writerperfect/writerperfect-0.9.5.ebuild b/app-text/writerperfect/writerperfect-0.9.5.ebuild
index c5ac9ccae9df..ebcd8a970359 100644
--- a/app-text/writerperfect/writerperfect-0.9.5.ebuild
+++ b/app-text/writerperfect/writerperfect-0.9.5.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
+inherit flag-o-matic
+
DESCRIPTION="Various formats to Open document format converter"
HOMEPAGE="http://libwpd.sf.net"
SRC_URI="mirror://sourceforge/libwpd/${P}.tar.xz"
@@ -41,6 +43,9 @@ REQUIRED_USE="
# configure fails if no import library is selected...
src_configure() {
+ # bug 651620
+ append-cxxflags -std=c++11
+
econf \
--disable-werror \
$(use_enable debug) \