summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-08-30 21:04:54 +0100
committerSam James <sam@gentoo.org>2022-08-31 00:50:28 +0100
commit5a6f764631151b8cbfb2cd81c10bcbe3222673e5 (patch)
treed497fc1c5c18b59bc8aad19c7421ed1fd55228cf
parentdarwin20-conf: add variant for 2.4.6 (diff)
downloadelt-patches-5a6f764631151b8cbfb2cd81c10bcbe3222673e5.tar.gz
elt-patches-5a6f764631151b8cbfb2cd81c10bcbe3222673e5.tar.bz2
elt-patches-5a6f764631151b8cbfb2cd81c10bcbe3222673e5.zip
darwin20-conf: change regex for future releases
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--patches/darwin20-conf/2.2.72
-rw-r--r--patches/darwin20-conf/2.4.64
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
;;