Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/elt-patches:master commit in: patches/darwin20-conf/
Date: Thu, 04 Nov 2021 23:08:11
Message-Id: 1636067134.94cb4ce2ce4ca7d9e8acf512d8971b4b80b1a146.sam@gentoo
1 commit: 94cb4ce2ce4ca7d9e8acf512d8971b4b80b1a146
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 4 23:05:34 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 4 23:05:34 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/elt-patches.git/commit/?id=94cb4ce2
7
8 darwin20-conf: add Darwin 21 (macOS Monterey)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 patches/darwin20-conf/2.2.7 | 4 ++--
13 patches/darwin20-conf/2.4.6 | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/patches/darwin20-conf/2.2.7 b/patches/darwin20-conf/2.2.7
17 index 3f667be..6666fda 100644
18 --- a/patches/darwin20-conf/2.2.7
19 +++ b/patches/darwin20-conf/2.2.7
20 @@ -1,5 +1,5 @@
21 macOS Big Sur is 11.0, Darwin 20, after a long line of 10.X releases.
22 -
23 +macOS Monterey is 12.0.
24 --- configure
25 +++ configure
26 @@ -8121,7 +8121,7 @@
27 @@ -7,7 +7,7 @@ macOS Big Sur is 11.0, Darwin 20, after a long line of 10.X releases.
28 10.[012][,.]*)
29 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
30 - 10.*)
31 -+ 10.*|11.*)
32 ++ 10.*|11.*|12.*)
33 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
34 esac
35 ;;
36
37 diff --git a/patches/darwin20-conf/2.4.6 b/patches/darwin20-conf/2.4.6
38 index 2a296a4..7285490 100644
39 --- a/patches/darwin20-conf/2.4.6
40 +++ b/patches/darwin20-conf/2.4.6
41 @@ -1,5 +1,5 @@
42 macOS Big Sur is 11.0, Darwin 20, after a long line of 10.X releases.
43 -
44 +macOS Monterey is 12.0.
45 --- configure
46 +++ configure
47 @@ -1076,7 +1076,7 @@
48 @@ -7,7 +7,7 @@ macOS Big Sur is 11.0, Darwin 20, after a long line of 10.X releases.
49 10.[[012]][[,.]]*)
50 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
51 - 10.*)
52 -+ 10.*|11.*)
53 ++ 10.*|11.*|12.*)
54 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
55 esac
56 ;;