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

Collapse All | Expand All

(-)kismet-2008.05.1.ebuild (-1 / +2 lines)
Lines 38-44 Link Here
38
38
39
src_compile() {
39
src_compile() {
40
	# the configure script only honors '--disable-foo'
40
	# the configure script only honors '--disable-foo'
41
	local myconf="--disable-gpsmap"
41
	# local myconf="--disable-gpsmap"
42
42
43
	if ! use ncurses; then
43
	if ! use ncurses; then
44
		myconf="${myconf} --disable-curses --disable-panel"
44
		myconf="${myconf} --disable-curses --disable-panel"
Lines 59-61 Link Here
59
	newinitd "${FILESDIR}"/${PN}.initd kismet
59
	newinitd "${FILESDIR}"/${PN}.initd kismet
60
	newconfd "${FILESDIR}"/${PN}.confd kismet
60
	newconfd "${FILESDIR}"/${PN}.confd kismet
61
}
61
}
62

Return to bug 260664