diff options
author | Sv. Lockal <lockalsash@gmail.com> | 2024-03-26 14:51:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-26 20:23:46 +0000 |
commit | 44ac7bca48782d28a09616861759e2ec214b7f50 (patch) | |
tree | c0282edf24d431f9623b525655411ff99e8e41e8 /sys-libs/slang | |
parent | sci-libs/opencascade: mark as LTO-unsafe (diff) | |
download | gentoo-44ac7bca48782d28a09616861759e2ec214b7f50.tar.gz gentoo-44ac7bca48782d28a09616861759e2ec214b7f50.tar.bz2 gentoo-44ac7bca48782d28a09616861759e2ec214b7f50.zip |
sys-libs/slang: readd "fix the build with LLD 17" patch to 2.3.3-r1
This patch was originally added in https://github.com/gentoo/gentoo/pull/35129, but for some reason was lost in r1
Closes: https://bugs.gentoo.org/927906
Signed-off-by: Sv. Lockal <lockalsash@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35932
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/slang')
-rw-r--r-- | sys-libs/slang/slang-2.3.3-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-libs/slang/slang-2.3.3-r1.ebuild b/sys-libs/slang/slang-2.3.3-r1.ebuild index ebbe8c3c1ab2..457cd4ae8991 100644 --- a/sys-libs/slang/slang-2.3.3-r1.ebuild +++ b/sys-libs/slang/slang-2.3.3-r1.ebuild @@ -37,6 +37,7 @@ DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/${PN}-2.3.3-slsh-libs.patch + "${FILESDIR}"/${PN}-2.3.3-remove-undefined-symbol-from-version-script.patch ) src_prepare() { |