summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-02 13:58:31 +0000
committerSam James <sam@gentoo.org>2021-04-02 13:59:28 +0000
commit085313cf96ebaeff4b2696217ffa2313d4e25776 (patch)
tree903403bb13257fe39310729690022062db8c9ef7 /app-editors/lpe
parentapp-editors/lpe: fix ncurses discovery (diff)
downloadgentoo-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/lpe')
-rw-r--r--app-editors/lpe/lpe-1.2.8_p20210401.ebuild4
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() {