diff options
Diffstat (limited to 'app-shells/mksh/mksh-59c.ebuild')
-rw-r--r-- | app-shells/mksh/mksh-59c.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-shells/mksh/mksh-59c.ebuild b/app-shells/mksh/mksh-59c.ebuild index 2921a6d7f5c8..4dff407f5308 100644 --- a/app-shells/mksh/mksh-59c.ebuild +++ b/app-shells/mksh/mksh-59c.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -39,6 +39,10 @@ DEPEND=" ) " +PATCHES=( + "${FILESDIR}/mksh-59c-fgrep.patch" +) + src_prepare() { default if use lksh; then |