commit: 5a6f764631151b8cbfb2cd81c10bcbe3222673e5
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 30 20:04:54 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 23:50:28 2022 +0000
URL: https://gitweb.gentoo.org/proj/elt-patches.git/commit/?id=5a6f7646
darwin20-conf: change regex for future releases
Signed-off-by: Sam James <sam <AT> gentoo.org>
patches/darwin20-conf/2.2.7 | 2 +-
patches/darwin20-conf/2.4.6 | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/patches/darwin20-conf/2.2.7 b/patches/darwin20-conf/2.2.7
index 6666fda..939b305 100644
--- a/patches/darwin20-conf/2.2.7
+++ b/patches/darwin20-conf/2.2.7
@@ -7,7 +7,7 @@ macOS Monterey is 12.0.
10.[012][,.]*)
_lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined
${wl}suppress' ;;
- 10.*)
-+ 10.*|11.*|12.*)
++ 1[0-9].*)
_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 2d4518a..0932eae 100644
--- a/patches/darwin20-conf/2.4.6
+++ b/patches/darwin20-conf/2.4.6
@@ -7,7 +7,7 @@ macOS Monterey is 12.0.
10.[[012]][[,.]]*)
_lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined
${wl}suppress' ;;
- 10.*)
-+ 10.*|11.*|12.*)
++ 1[0-9].*)
_lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
esac
;;
@@ -18,7 +18,7 @@ macOS Monterey is 12.0.
10.[012][,.]*)
_lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined
${wl}suppress' ;;
- 10.*|11.*)
-+ 10.*|11.*|12.*)
++ 1[0-9].*)
_lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
esac
;;