app-text/libabw: Always build in C++14 mode
authorDavid Seifert <soap@gentoo.org>
Mon, 19 Feb 2018 18:17:19 +0000 (19:17 +0100)
committerDavid Seifert <soap@gentoo.org>
Mon, 19 Feb 2018 19:39:59 +0000 (20:39 +0100)
Closes: https://bugs.gentoo.org/619470
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7222

app-text/libabw/libabw-0.1.1.ebuild
app-text/libabw/libabw-0.1.2.ebuild

index 617c9c18aadc930edad7e41dc70aa612e98255bc..a1015d7310f3b2431b82e823c774f38491948ff7 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit autotools
+inherit autotools flag-o-matic
 
 DESCRIPTION="Library parsing abiword documents"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libabw"
@@ -39,6 +39,9 @@ src_prepare() {
 }
 
 src_configure() {
+       # bug 619470
+       append-cxxflags -std=c++14
+
        econf \
                --disable-werror \
                $(use_with doc docs) \
index 9db45bfc4cfa05b64e7b2b0f54cd925248f709d5..b9c4771fff7848104e8421b947f5eea070a17898 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit autotools
+inherit autotools flag-o-matic
 
 DESCRIPTION="Library parsing abiword documents"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libabw"
@@ -32,6 +32,9 @@ src_prepare() {
 }
 
 src_configure() {
+       # bug 619470
+       append-cxxflags -std=c++14
+
        econf \
                --disable-werror \
                $(use_with doc docs) \