summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2018-02-19 19:17:20 +0100
committerDavid Seifert <soap@gentoo.org>2018-02-19 20:40:08 +0100
commit543adb508b78e2abcb84ff47cb8f7f8bb927e10b (patch)
tree9d0332e6b07915e1da514bbb02b3f24a8c6c8715 /app-text/sword
parentapp-text/libmspub: Always build in C++14 mode (diff)
downloadgentoo-543adb508b78e2abcb84ff47cb8f7f8bb927e10b.tar.gz
gentoo-543adb508b78e2abcb84ff47cb8f7f8bb927e10b.tar.bz2
gentoo-543adb508b78e2abcb84ff47cb8f7f8bb927e10b.zip
app-text/sword: Always build in C++14 mode
Closes: https://bugs.gentoo.org/618776 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-text/sword')
-rw-r--r--app-text/sword/sword-1.7.4-r1.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/app-text/sword/sword-1.7.4-r1.ebuild b/app-text/sword/sword-1.7.4-r1.ebuild
index be1fa4a33141..72b16688cc81 100644
--- a/app-text/sword/sword-1.7.4-r1.ebuild
+++ b/app-text/sword/sword-1.7.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -47,6 +47,10 @@ src_prepare() {
src_configure() {
# TODO: Why is this here and can we remove it?
strip-flags
+
+ # bug 618776
+ append-cxxflags -std=c++14
+
econf \
$(use_enable static-libs static) \
$(use_enable debug) \