Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 467354 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/newsbeuter-2.6/config.sh
0
++ b/newsbeuter-2.6/config.sh
Lines 99-105 Link Here
99
check_pkg "libcurl" || check_custom "libcurl" "curl-config" || fail "libcurl"
99
check_pkg "libcurl" || check_custom "libcurl" "curl-config" || fail "libcurl"
100
check_pkg "libxml-2.0" || check_custom "libxml2" "xml2-config" || fail "libxml2"
100
check_pkg "libxml-2.0" || check_custom "libxml2" "xml2-config" || fail "libxml2"
101
check_pkg "stfl" || fail "stfl"
101
check_pkg "stfl" || fail "stfl"
102
check_pkg "json" || fail "json"
102
( check_pkg "json" || check_pkg "json-c" ) || fail "json or json-c"
103
103
104
if [ `uname -s` = "Darwin" ]; then
104
if [ `uname -s` = "Darwin" ]; then
105
	check_custom "ncurses5.4" "ncurses5.4-config" || fail "ncurses5.4"
105
	check_custom "ncurses5.4" "ncurses5.4-config" || fail "ncurses5.4"

Return to bug 467354