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

(-)/usr/portage/app-text/aspell/aspell-0.60.5.ebuild (-2 / +5 lines)
Lines 57-69 Link Here
57
}
57
}
58
58
59
src_compile() {
59
src_compile() {
60
	use gpm && append-ldflags -lgpm
60
61
	local mylibs=""
62
63
	use gpm && mylibs="${mylibs} -lgpm"
61
	filter-flags -fno-rtti
64
	filter-flags -fno-rtti
62
	filter-flags -fvisibility=hidden #77109
65
	filter-flags -fvisibility=hidden #77109
63
	filter-flags -maltivec -mabi=altivec
66
	filter-flags -maltivec -mabi=altivec
64
	use ppc && append-flags -mno-altivec
67
	use ppc && append-flags -mno-altivec
65
68
66
	econf \
69
	LIBS="${mylibs}" econf \
67
		$(use_enable nls) \
70
		$(use_enable nls) \
68
		--disable-static \
71
		--disable-static \
69
		--sysconfdir=/etc/aspell \
72
		--sysconfdir=/etc/aspell \

Return to bug 226873