From 085313cf96ebaeff4b2696217ffa2313d4e25776 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 2 Apr 2021 13:58:31 +0000 Subject: app-editors/lpe: force bundled gettext/libintl off Just in case. Signed-off-by: Sam James --- app-editors/lpe/lpe-1.2.8_p20210401.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app-editors') diff --git a/app-editors/lpe/lpe-1.2.8_p20210401.ebuild b/app-editors/lpe/lpe-1.2.8_p20210401.ebuild index 4cf5b201a5ba..70babea77f0a 100644 --- a/app-editors/lpe/lpe-1.2.8_p20210401.ebuild +++ b/app-editors/lpe/lpe-1.2.8_p20210401.ebuild @@ -51,7 +51,9 @@ src_prepare() { } src_configure() { - econf $(use_enable nls) + econf \ + --without-included-gettext \ + $(use_enable nls) } src_install() { -- cgit v1.2.3-65-gdbad