Closes: https://bugs.gentoo.org/651620
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-# 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"
# configure fails if no import library is selected...
src_configure() {
+ # bug 651620
+ append-cxxflags -std=c++11
+
econf \
--disable-werror \
$(use_enable debug) \