diff options
Diffstat (limited to 'trinity-base/khexedit/khexedit-14.1.1.ebuild')
-rw-r--r-- | trinity-base/khexedit/khexedit-14.1.1.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/trinity-base/khexedit/khexedit-14.1.1.ebuild b/trinity-base/khexedit/khexedit-14.1.1.ebuild index c78be866..2817a09d 100644 --- a/trinity-base/khexedit/khexedit-14.1.1.ebuild +++ b/trinity-base/khexedit/khexedit-14.1.1.ebuild @@ -13,3 +13,8 @@ DESCRIPTION="Trinity hex editor" if [[ ${PV} != *9999* ]] ; then KEYWORDS="~amd64 ~arm64 ~x86" fi + +src_prepare() { + eapply "${FILESDIR}/tdeutils-strlcpy.patch" + trinity-meta-2_src_prepare +} |