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

(-)netris-0.52.old/Configure (-1 / +1 lines)
Lines 78-84 Link Here
78
echo "Checking for libraries"
78
echo "Checking for libraries"
79
echo 'main(){}' > test.c
79
echo 'main(){}' > test.c
80
LFLAGS=""
80
LFLAGS=""
81
for lib in -lcurses -lncurses; do
81
for lib in -lcurses -lncurses '-lncurses -ltinfo'; do
82
	if $CC $CFLAGS $LEXTRA test.c $lib > /dev/null 2>&1; then
82
	if $CC $CFLAGS $LEXTRA test.c $lib > /dev/null 2>&1; then
83
		LFLAGS="$lib"
83
		LFLAGS="$lib"
84
	fi
84
	fi

Return to bug 687992