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

Collapse All | Expand All

(-)/usr/portage/media-libs/libdsp/libdsp-4.9.2-r1.ebuild (-1 / +6 lines)
Lines 19-28 Link Here
19
19
20
S=${WORKDIR}/${PN}-src-${PV}
20
S=${WORKDIR}/${PN}-src-${PV}
21
21
22
src_compile() {
22
src_unpack() {
23
	unpack ${A}
24
	cd ${S}
25
23
	# fixes some Makefile weirdness
26
	# fixes some Makefile weirdness
24
	epatch ${FILESDIR}/Makefile.patch
27
	epatch ${FILESDIR}/Makefile.patch
28
}
25
29
30
src_compile() {
26
	# use our CFLAGS/CXXFLAGS instead
31
	# use our CFLAGS/CXXFLAGS instead
27
	sed -e "s:^CFLAGS.*:CFLAGS = ${CFLAGS}:" -i libDSP/Makefile
32
	sed -e "s:^CFLAGS.*:CFLAGS = ${CFLAGS}:" -i libDSP/Makefile
28
	sed -e "s:^CXXFLAGS.*:CXXFLAGS = ${CXXFLAGS}:" -i DynThreads/Makefile
33
	sed -e "s:^CXXFLAGS.*:CXXFLAGS = ${CXXFLAGS}:" -i DynThreads/Makefile

Return to bug 111647