summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-shells/fish/fish-3.0.0.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/app-shells/fish/fish-3.0.0.ebuild b/app-shells/fish/fish-3.0.0.ebuild
index cc6e0bba6178..9e9fc097f981 100644
--- a/app-shells/fish/fish-3.0.0.ebuild
+++ b/app-shells/fish/fish-3.0.0.ebuild
@@ -54,6 +54,10 @@ src_configure() {
-DBUILD_DOCS="$(usex doc)"
-DWITH_GETTEXT="$(usex nls)"
)
+ # HACK: https://bugs.gentoo.org/673942
+ if has_version -d 'sys-libs/ncurses:0[tinfo]'; then
+ mycmakeargs+=( -DCURSES_EXTRA_LIBRARY=tinfo )
+ fi
cmake-utils_src_configure
}