commit: 44ac7bca48782d28a09616861759e2ec214b7f50 Author: Sv. Lockal <lockalsash <AT> gmail <DOT> com> AuthorDate: Tue Mar 26 14:51:00 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Mar 26 20:23:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44ac7bca
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 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35932 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-libs/slang/slang-2.3.3-r1.ebuild | 1 + 1 file changed, 1 insertion(+) 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() {
