diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-09-10 13:14:20 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-09-10 13:14:20 +0100 |
commit | 121a7a0e6228e50390bb9d350be794d93682bc89 (patch) | |
tree | 5a86dbc9c7771f7b0432550a269354880a9ba94a /sys-devel/libtool/files | |
parent | b8b7eb3020ceaf85ef3f94efb82ebc44ec03a7cf (diff) |
toolchain bump
Diffstat (limited to 'sys-devel/libtool/files')
-rw-r--r-- | sys-devel/libtool/files/libtool-2.4.6-darwin20.patch | 13 |
1 files changed, 13 insertions, 0 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 new file mode 100644 index 00000000..02cb1d7e --- /dev/null +++ b/sys-devel/libtool/files/libtool-2.4.6-darwin20.patch @@ -0,0 +1,13 @@ +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 @@ + _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; + 10.[[012]][[,.]]*) + _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; +- 10.*) ++ 10.*|11.*|12.*) + _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; + esac + ;; |