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

(-)inn-2.5.3-r1.ebuild (+4 lines)
Lines 45-54 Link Here
45
	# We do not have the biff service, but we do have comsat
45
	# We do not have the biff service, but we do have comsat
46
	sed -e 's:"biff":"comsat":g' -i tests/lib/getnameinfo-t.c || die
46
	sed -e 's:"biff":"comsat":g' -i tests/lib/getnameinfo-t.c || die
47
47
48
	# fix ar direct calling #461254
49
	sed -i -e 's:ar r:$(AR) r:g' $(find -name Makefile) || die
50
48
	eautoreconf
51
	eautoreconf
49
}
52
}
50
53
51
src_configure() {
54
src_configure() {
55
	tc-export AR
52
	econf \
56
	econf \
53
		--prefix=/usr/$(get_libdir)/news \
57
		--prefix=/usr/$(get_libdir)/news \
54
		--sysconfdir=/etc/news \
58
		--sysconfdir=/etc/news \

Return to bug 461254