summaryrefslogtreecommitdiff
path: root/sys-devel/libtool/files/libtool-2.4.6-darwin20.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-02-07 22:53:53 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-02-07 22:53:53 +0000
commit7069a70e45da6428c14e4814975d6053fdcc0f64 (patch)
tree070abd42acb90b51b4161a456cc2aea445c5a10f /sys-devel/libtool/files/libtool-2.4.6-darwin20.patch
parent7c8b1141839d49334324c78ff22550d3bf9ccbe2 (diff)
sys-devel/libtool : revision bump
Diffstat (limited to 'sys-devel/libtool/files/libtool-2.4.6-darwin20.patch')
-rw-r--r--sys-devel/libtool/files/libtool-2.4.6-darwin20.patch13
1 files changed, 0 insertions, 13 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
deleted file mode 100644
index 02cb1d7e..00000000
--- a/sys-devel/libtool/files/libtool-2.4.6-darwin20.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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
- ;;