From cb5b6050407a1503981b0efd55e151f3a3a328f1 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 10 Mar 2018 20:23:43 +0100 Subject: [PATCH] dev-libs/beecrypt: Build in C++14 mode Closes: https://bugs.gentoo.org/649548 Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- dev-libs/beecrypt/beecrypt-4.2.1-r4.ebuild | 8 ++++++-- 1 file 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 \ -- 2.26.2