diff options
author | Sam James <sam@gentoo.org> | 2021-11-04 23:05:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-04 23:05:34 +0000 |
commit | 94cb4ce2ce4ca7d9e8acf512d8971b4b80b1a146 (patch) | |
tree | abbb919eb84418caeb55e05efededf0599218576 | |
parent | backport -static-* & -fcilkplus for 2.4.6 (diff) | |
download | elt-patches-94cb4ce2ce4ca7d9e8acf512d8971b4b80b1a146.tar.gz elt-patches-94cb4ce2ce4ca7d9e8acf512d8971b4b80b1a146.tar.bz2 elt-patches-94cb4ce2ce4ca7d9e8acf512d8971b4b80b1a146.zip |
darwin20-conf: add Darwin 21 (macOS Monterey)20211104
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | patches/darwin20-conf/2.2.7 | 4 | ||||
-rw-r--r-- | patches/darwin20-conf/2.4.6 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/patches/darwin20-conf/2.2.7 b/patches/darwin20-conf/2.2.7 index 3f667be..6666fda 100644 --- a/patches/darwin20-conf/2.2.7 +++ b/patches/darwin20-conf/2.2.7 @@ -1,5 +1,5 @@ macOS Big Sur is 11.0, Darwin 20, after a long line of 10.X releases. - +macOS Monterey is 12.0. --- configure +++ configure @@ -8121,7 +8121,7 @@ @@ -7,7 +7,7 @@ macOS Big Sur is 11.0, Darwin 20, after a long line of 10.X releases. 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; - 10.*) -+ 10.*|11.*) ++ 10.*|11.*|12.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; esac ;; diff --git a/patches/darwin20-conf/2.4.6 b/patches/darwin20-conf/2.4.6 index 2a296a4..7285490 100644 --- a/patches/darwin20-conf/2.4.6 +++ b/patches/darwin20-conf/2.4.6 @@ -1,5 +1,5 @@ macOS Big Sur is 11.0, Darwin 20, after a long line of 10.X releases. - +macOS Monterey is 12.0. --- configure +++ configure @@ -1076,7 +1076,7 @@ @@ -7,7 +7,7 @@ macOS Big Sur is 11.0, Darwin 20, after a long line of 10.X releases. 10.[[012]][[,.]]*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; - 10.*) -+ 10.*|11.*) ++ 10.*|11.*|12.*) _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; esac ;; |