summaryrefslogtreecommitdiff
path: root/sci-libs/libdap/libdap-3.18.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-02-24 19:58:07 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-02-24 19:58:07 +0000
commit99abbc5e5a6ecd3fc981b45646fd8cb5d320377b (patch)
treeda76713365257a445f3ae3b95470917f59d46728 /sci-libs/libdap/libdap-3.18.1.ebuild
parent4935506e9a5cbfabd37c64093eac5f36c2ff0017 (diff)
gentoo resync : 24.02.2018
Diffstat (limited to 'sci-libs/libdap/libdap-3.18.1.ebuild')
-rw-r--r--sci-libs/libdap/libdap-3.18.1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/sci-libs/libdap/libdap-3.18.1.ebuild b/sci-libs/libdap/libdap-3.18.1.ebuild
index b0a4bfc02ba2..c0680c183d37 100644
--- a/sci-libs/libdap/libdap-3.18.1.ebuild
+++ b/sci-libs/libdap/libdap-3.18.1.ebuild
@@ -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="Implementation of a C++ SDK for DAP 2.0 and 3.2"
HOMEPAGE="http://opendap.org/"
@@ -38,6 +38,9 @@ src_prepare() {
}
src_configure() {
+ # bug 619144
+ append-cxxflags -std=c++14
+
econf \
--enable-shared \
$(use_enable static-libs static)