projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f33409c
)
sci-libs/gdal: Always build in C++14 mode
author
David Seifert
<soap@gentoo.org>
Mon, 19 Feb 2018 18:17:21 +0000
(19:17 +0100)
committer
David Seifert
<soap@gentoo.org>
Mon, 19 Feb 2018 19:40:41 +0000
(20:40 +0100)
Closes: https://bugs.gentoo.org/619148
Package-Manager: Portage-2.3.24, Repoman-2.3.6
sci-libs/gdal/gdal-2.2.3-r1.ebuild
patch
|
blob
|
history
diff --git
a/sci-libs/gdal/gdal-2.2.3-r1.ebuild
b/sci-libs/gdal/gdal-2.2.3-r1.ebuild
index e1c5f8a92cf7e246a7d8ac8b879ae3b5365e7bf2..72c0864324133ceacf97e17e7def60b39f0f5dd5 100644
(file)
--- a/
sci-libs/gdal/gdal-2.2.3-r1.ebuild
+++ b/
sci-libs/gdal/gdal-2.2.3-r1.ebuild
@@
-117,6
+117,8
@@
src_prepare() {
}
src_configure() {
+ # bug 619148
+ append-cxxflags -std=c++14
tc-export AR RANLIB
local myopts=()