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

Collapse All | Expand All

(-)a/hexchat-2.9.3.ebuild (+5 lines)
Lines 54-59 Link Here
54
	# QA: remove deprecated line from desktop file
54
	# QA: remove deprecated line from desktop file
55
	sed -e '/Encoding=UTF-8/d' -i ${PN}.desktop || die 'sed failed'
55
	sed -e '/Encoding=UTF-8/d' -i ${PN}.desktop || die 'sed failed'
56
56
57
	# Fix to compile with USE=-gtk when there is no gtk installed
58
	if ! use gtk ; then
59
		 sed -i 's/AM_PATH_GTK_2_0//' configure.ac || die 'sed failed'
60
	fi
61
57
	./autogen.sh || die
62
	./autogen.sh || die
58
}
63
}
59
64

Return to bug 460758