From 94cb4ce2ce4ca7d9e8acf512d8971b4b80b1a146 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 4 Nov 2021 23:05:34 +0000 Subject: darwin20-conf: add Darwin 21 (macOS Monterey) Signed-off-by: Sam James --- 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 ;; -- cgit v1.2.3-65-gdbad