summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2018-03-10 20:23:43 +0100
committerDavid Seifert <soap@gentoo.org>2018-03-10 20:43:28 +0100
commitcb5b6050407a1503981b0efd55e151f3a3a328f1 (patch)
treef8dea7cce256285b5b01b78954739a9591252e15
parentx11-wm/fluxbox: Add myself as maintainer (diff)
downloadgentoo-cb5b6050407a1503981b0efd55e151f3a3a328f1.tar.gz
gentoo-cb5b6050407a1503981b0efd55e151f3a3a328f1.tar.bz2
gentoo-cb5b6050407a1503981b0efd55e151f3a3a328f1.zip
dev-libs/beecrypt: Build in C++14 mode
Closes: https://bugs.gentoo.org/649548 Package-Manager: Portage-2.3.24, Repoman-2.3.6
-rw-r--r--dev-libs/beecrypt/beecrypt-4.2.1-r4.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-libs/beecrypt/beecrypt-4.2.1-r4.ebuild b/dev-libs/beecrypt/beecrypt-4.2.1-r4.ebuild
index 69a3ccb8f34f..a5e42cb20751 100644
--- a/dev-libs/beecrypt/beecrypt-4.2.1-r4.ebuild
+++ b/dev-libs/beecrypt/beecrypt-4.2.1-r4.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 )
-inherit autotools java-pkg-opt-2 python-single-r1
+inherit autotools flag-o-matic java-pkg-opt-2 python-single-r1
DESCRIPTION="General-purpose cryptography library"
HOMEPAGE="https://sourceforge.net/projects/beecrypt/"
@@ -52,6 +52,10 @@ src_prepare() {
}
src_configure() {
+ # ICU needs char16_t support now
+ # bug 649548
+ append-cxxflags -std=c++14
+
# cplusplus needs threads support
econf \
--disable-expert-mode \