From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7E4C0138330 for ; Sat, 8 Oct 2016 08:10:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FFF421C028; Sat, 8 Oct 2016 08:10:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 646BF21C028 for ; Sat, 8 Oct 2016 08:10:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D24A43414CD for ; Sat, 8 Oct 2016 08:10:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E328248D for ; Sat, 8 Oct 2016 08:10:47 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1475914212.040b2cb49ddf7694b5dc0364a792c5ecc652044d.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/crypto++/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/crypto++/crypto++-5.6.4-r2.ebuild X-VCS-Directories: dev-libs/crypto++/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 040b2cb49ddf7694b5dc0364a792c5ecc652044d X-VCS-Branch: master Date: Sat, 8 Oct 2016 08:10:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 75e065a4-4503-4615-a831-12f6fc5c5cce X-Archives-Hash: e6e877ea49ba97a779b150f2298cf623 commit: 040b2cb49ddf7694b5dc0364a792c5ecc652044d Author: Alon Bar-Lev gentoo org> AuthorDate: Sat Oct 8 08:08:08 2016 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sat Oct 8 08:10:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=040b2cb4 dev-libs/crypto++: adjust darwin to new build Package-Manager: portage-2.3.0 dev-libs/crypto++/crypto++-5.6.4-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/crypto++/crypto++-5.6.4-r2.ebuild b/dev-libs/crypto++/crypto++-5.6.4-r2.ebuild index b21a004..81b727a 100644 --- a/dev-libs/crypto++/crypto++-5.6.4-r2.ebuild +++ b/dev-libs/crypto++/crypto++-5.6.4-r2.ebuild @@ -38,7 +38,7 @@ src_compile() { # higher optimizations cause problems replace-flags -O3 -O2 # ASM isn't Darwin/Mach-O ready, #479554, buildsys doesn't grok CPPFLAGS - [[ ${CHOST} == *-darwin* ]] && append-flags -DCRYPTOPP_DISABLE_X86ASM + [[ ${CHOST} == *-darwin* ]] && append-cxxflags -DCRYPTOPP_DISABLE_ASM emake -f GNUmakefile all shared }