app-text/writerperfect: Force C++11
authorDavid Seifert <soap@gentoo.org>
Sat, 26 May 2018 11:13:16 +0000 (13:13 +0200)
committerDavid Seifert <soap@gentoo.org>
Sat, 26 May 2018 12:22:22 +0000 (14:22 +0200)
Closes: https://bugs.gentoo.org/651620
Package-Manager: Portage-2.3.40, Repoman-2.3.9

app-text/writerperfect/writerperfect-0.9.5.ebuild

index c5ac9ccae9dfa4947dfcf16e6abac5bc55d7aa19..ebcd8a970359ea082359d0d76024299ac382db38 100644 (file)
@@ -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) \