summaryrefslogtreecommitdiffstats
path: root/trinity-base/kate/kate-14.1.1.ebuild
diff options
context:
space:
mode:
authorormorph <[email protected]>2024-02-02 12:45:45 +0300
committerSlávek Banko <[email protected]>2024-02-02 13:42:43 +0100
commit2f5fc73100522e48947c3ed0171da6789cece6e8 (patch)
treef50db917c15e4ba6b8b4aee76ff1db35997d97d8 /trinity-base/kate/kate-14.1.1.ebuild
parent4883fd0e22ed521f6b00caf46c96ae08743d199f (diff)
downloadtde-packaging-gentoo-2f5fc73100522e48947c3ed0171da6789cece6e8.tar.gz
tde-packaging-gentoo-2f5fc73100522e48947c3ed0171da6789cece6e8.zip
Added patches for compatibility with glibc-2.38
Signed-off-by: ormorph <[email protected]> (cherry picked from commit bbd4b5275b35a40309b56170bb9cccc7287dc164)
Diffstat (limited to 'trinity-base/kate/kate-14.1.1.ebuild')
-rw-r--r--trinity-base/kate/kate-14.1.1.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/trinity-base/kate/kate-14.1.1.ebuild b/trinity-base/kate/kate-14.1.1.ebuild
index b2e2d532..40f26be1 100644
--- a/trinity-base/kate/kate-14.1.1.ebuild
+++ b/trinity-base/kate/kate-14.1.1.ebuild
@@ -12,3 +12,8 @@ DESCRIPTION="Kate is an MDI texteditor"
if [[ ${PV} != *9999* ]] ; then
KEYWORDS="~amd64 ~arm64 ~x86"
fi
+
+src_prepare() {
+ eapply "${FILESDIR}/tdebase-strlcpy.patch"
+ trinity-meta-2_src_prepare
+}