From 75781374864d2810908644e1ed2e5cd3835307d8 Mon Sep 17 00:00:00 2001 From: ormorph Date: Sun, 31 Dec 2023 18:39:26 +0300 Subject: Adding patches for compatibility with glibc-2.38 Signed-off-by: ormorph --- trinity-base/ark/ark-14.1.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'trinity-base/ark/ark-14.1.1.ebuild') diff --git a/trinity-base/ark/ark-14.1.1.ebuild b/trinity-base/ark/ark-14.1.1.ebuild index 5dc0d16b..2c61d6db 100644 --- a/trinity-base/ark/ark-14.1.1.ebuild +++ b/trinity-base/ark/ark-14.1.1.ebuild @@ -14,6 +14,11 @@ if [[ ${PV} != *9999* ]] ; then KEYWORDS="~amd64 ~arm64 ~x86" fi +src_prepare() { + eapply "${FILESDIR}/tdeutils-strlcpy.patch" + trinity-meta-2_src_prepare +} + pkg_postinst(){ elog "You may want to install app-arch/lha, app-arch/p7zip, app-arch/rar," elog "app-arch/zip or app-arch/zoo for support of these archive types." -- cgit v1.2.1