dev-lang/python: Fix implicit ncurses declarations in 3.7.3

Closes: https://bugs.gentoo.org/674070
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2019-05-02 21:53:17 +01:00
parent f3cd9049df
commit 09c5b2bd77

View File

@@ -120,6 +120,9 @@ src_configure() {
# Please query BSD team before removing this!
append-ldflags "-L."
# Fix implicit declarations on cross and prefix builds. Bug #674070.
use ncurses && append-cppflags -I"${ESYSROOT}"/usr/include/ncursesw
local dbmliborder
if use gdbm; then
dbmliborder+="${dbmliborder:+:}gdbm"