diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 13:58:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-02 13:59:28 +0000 |
commit | 085313cf96ebaeff4b2696217ffa2313d4e25776 (patch) | |
tree | 903403bb13257fe39310729690022062db8c9ef7 /app-editors | |
parent | app-editors/lpe: fix ncurses discovery (diff) | |
download | gentoo-085313cf96ebaeff4b2696217ffa2313d4e25776.tar.gz gentoo-085313cf96ebaeff4b2696217ffa2313d4e25776.tar.bz2 gentoo-085313cf96ebaeff4b2696217ffa2313d4e25776.zip |
app-editors/lpe: force bundled gettext/libintl off
Just in case.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/lpe/lpe-1.2.8_p20210401.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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() { |