Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 633712
Collapse All | Expand All

(-)a/dev-lang/python/python-3.8.8.ebuild (+5 lines)
Lines 145-150 src_configure() { Link Here
145
	# Fix implicit declarations on cross and prefix builds. Bug #674070.
145
	# Fix implicit declarations on cross and prefix builds. Bug #674070.
146
	use ncurses && append-cppflags -I"${ESYSROOT}"/usr/include/ncursesw
146
	use ncurses && append-cppflags -I"${ESYSROOT}"/usr/include/ncursesw
147
147
148
	if [ -n "${ESYSROOT}" ]; then
149
		append-cflags --sysroot="${ESYSROOT}"
150
		append-ldflags --sysroot="${ESYSROOT}"
151
	fi
152
148
	local dbmliborder
153
	local dbmliborder
149
	if use gdbm; then
154
	if use gdbm; then
150
		dbmliborder+="${dbmliborder:+:}gdbm"
155
		dbmliborder+="${dbmliborder:+:}gdbm"

Return to bug 633712