Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: dev-libs/openssl/files/
Date: Thu, 31 Dec 2020 21:53:34
Message-Id: 1609451595.b45716e10a1f0a0b4d0a083636391b9d5457309f.grobian@gentoo
1 commit: b45716e10a1f0a0b4d0a083636391b9d5457309f
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 21:53:15 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 21:53:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=b45716e1
7
8 dev-libs/openssl: add support for arm64-macos
9
10 Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 dev-libs/openssl/files/gentoo.config-1.0.2 | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-libs/openssl/files/gentoo.config-1.0.2 b/dev-libs/openssl/files/gentoo.config-1.0.2
17 index 3decbee261..98cf8a92ad 100755
18 --- a/dev-libs/openssl/files/gentoo.config-1.0.2
19 +++ b/dev-libs/openssl/files/gentoo.config-1.0.2
20 @@ -1,5 +1,5 @@
21 #!/usr/bin/env bash
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25 #
26 # Openssl doesn't play along nicely with cross-compiling
27 @@ -149,6 +149,7 @@ darwin)
28 powerpc) machine=ppc-cc;;
29 i?86*) machine=i386-cc;;
30 x86_64) machine=x86_64-cc; system=${system}64;;
31 + arm64) machine=arm64-cc; system${system}64;;
32 esac
33 ;;
34 hpux)