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

(-)/usr/portage/app-arch/snappy/snappy-1.1.2-r1.ebuild (-3 / +1 lines)
Lines 17-31 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ Link Here
17
IUSE="static-libs"
17
IUSE="static-libs"
18
18
19
src_prepare() {
19
src_prepare() {
20
	default
21
22
	# Avoid automagic lzo and gzip by not checking for it
20
	# Avoid automagic lzo and gzip by not checking for it
23
	sed -i '/^CHECK_EXT_COMPRESSION_LIB/d' configure.ac || die
21
	sed -i '/^CHECK_EXT_COMPRESSION_LIB/d' configure.ac || die
24
22
25
	# don't install unwanted files
23
	# don't install unwanted files
26
	sed -i 's/COPYING INSTALL//' Makefile.am || die
24
	sed -i 's/COPYING INSTALL//' Makefile.am || die
27
25
28
	eautoreconf
26
	autotools-multilib_src_prepare
29
}
27
}
30
28
31
multilib_src_configure() {
29
multilib_src_configure() {

Return to bug 523714