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

Collapse All | Expand All

(-)audacity-1.3.7.ebuild.orig (+3 lines)
Lines 52-57 Link Here
52
	epatch "${FILESDIR}/${PN}-1.3.5-libtool22.patch"
52
	epatch "${FILESDIR}/${PN}-1.3.5-libtool22.patch"
53
	epatch "${FILESDIR}/${P}-cflags.patch"
53
	epatch "${FILESDIR}/${P}-cflags.patch"
54
	AT_M4DIR="${S}/m4" eautoreconf
54
	AT_M4DIR="${S}/m4" eautoreconf
55
	#pkgconfig --cflags causes #273971
56
	cd "${S}"
57
	sed -i.orig s/--cflags/--cflags-only-I/ configure || die "sed failed"
55
}
58
}
56
59
57
src_configure() {
60
src_configure() {

Return to bug 273971