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

(-)libusb-0.1.11.ebuild.old (-2 / +2 lines)
Lines 22-33 Link Here
22
22
23
src_unpack() {
23
src_unpack() {
24
	unpack ${A}
24
	unpack ${A}
25
	cd ${S}
25
	cd "${S}"
26
	sed -i -e 's:-Werror::' Makefile.am
26
	sed -i -e 's:-Werror::' Makefile.am
27
	eautoreconf
27
}
28
}
28
29
29
src_compile() {
30
src_compile() {
30
	elibtoolize
31
	econf \
31
	econf \
32
		$(use_enable debug debug all) \
32
		$(use_enable debug debug all) \
33
		$(use_enable doc build-docs) \
33
		$(use_enable doc build-docs) \

Return to bug 150533