sci-misc/lttoolbox: Always build in C++14 mode
authorDavid Seifert <soap@gentoo.org>
Mon, 19 Feb 2018 18:17:21 +0000 (19:17 +0100)
committerDavid Seifert <soap@gentoo.org>
Mon, 19 Feb 2018 19:40:50 +0000 (20:40 +0100)
Closes: https://bugs.gentoo.org/619446
Package-Manager: Portage-2.3.24, Repoman-2.3.6

sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild

index ad7dca2d16a2ae31c3a73f8a5e5078550fcab3b1..28266cdb4f73a376568ae95c35681fc7cccb1527 100644 (file)
@@ -1,8 +1,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 autotools
+
+inherit autotools flag-o-matic
 
 DESCRIPTION="Toolbox for lexical processing, morphological analysis and generation of words"
 HOMEPAGE="https://www.apertium.org"
@@ -23,5 +24,8 @@ src_prepare() {
 }
 
 src_configure() {
+       # bug 619446
+       append-cxxflags -std=c++14
+
        econf $(use_enable static-libs static)
 }