diff options
author | Sam James <sam@gentoo.org> | 2021-11-05 22:10:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-05 22:10:49 +0000 |
commit | 529604d0f0535af177d87e698390ec7dab0cbfe1 (patch) | |
tree | 1a333792ff22604feb98146d179bc59409ecb24a /sys-devel/libtool/files | |
parent | sys-libs/libseccomp: add 2.5.3 (diff) | |
download | gentoo-529604d0f0535af177d87e698390ec7dab0cbfe1.tar.gz gentoo-529604d0f0535af177d87e698390ec7dab0cbfe1.tar.bz2 gentoo-529604d0f0535af177d87e698390ec7dab0cbfe1.zip |
sys-devel/libtool: update macOS 12 patch here too
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/libtool/files')
-rw-r--r-- | sys-devel/libtool/files/libtool-2.4.6-darwin20.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/libtool/files/libtool-2.4.6-darwin20.patch b/sys-devel/libtool/files/libtool-2.4.6-darwin20.patch index 12e87bcbc901..02cb1d7eb9ac 100644 --- a/sys-devel/libtool/files/libtool-2.4.6-darwin20.patch +++ b/sys-devel/libtool/files/libtool-2.4.6-darwin20.patch @@ -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. --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -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 ;; |