projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ca1336
)
app-text/sword: Always build in C++14 mode
author
David Seifert
<soap@gentoo.org>
Mon, 19 Feb 2018 18:17:20 +0000
(19:17 +0100)
committer
David Seifert
<soap@gentoo.org>
Mon, 19 Feb 2018 19:40:08 +0000
(20:40 +0100)
Closes: https://bugs.gentoo.org/618776
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-text/sword/sword-1.7.4-r1.ebuild
patch
|
blob
|
history
diff --git
a/app-text/sword/sword-1.7.4-r1.ebuild
b/app-text/sword/sword-1.7.4-r1.ebuild
index be1fa4a331415e82410841dead55c2cfad9bcb9c..72b16688cc81e613f110a463062e0b911ac5cd14 100644
(file)
--- 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-201
7
Gentoo Foundation
+# Copyright 1999-201
8
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) \