commit: 94cb4ce2ce4ca7d9e8acf512d8971b4b80b1a146
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 4 23:05:34 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 4 23:05:34 2021 +0000
URL: https://gitweb.gentoo.org/proj/elt-patches.git/commit/?id=94cb4ce2
darwin20-conf: add Darwin 21 (macOS Monterey)
Signed-off-by: Sam James <sam <AT> gentoo.org>
patches/darwin20-conf/2.2.7 | 4 ++--
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
;;