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

Collapse All | Expand All

(-)/usr/portage/media-libs/mesa/mesa-7.1.ebuild (+4 lines)
Lines 114-119 Link Here
114
	   einfo "Removing DO_DEBUG defs in dri drivers..."
114
	   einfo "Removing DO_DEBUG defs in dri drivers..."
115
	   find src/mesa/drivers/dri -name *.[hc] -exec egrep -l "\#define\W+DO_DEBUG\W+1" {} \; | xargs sed -i -re "s/\#define\W+DO_DEBUG\W+1/\#define DO_DEBUG 0/" ;
115
	   find src/mesa/drivers/dri -name *.[hc] -exec egrep -l "\#define\W+DO_DEBUG\W+1" {} \; | xargs sed -i -re "s/\#define\W+DO_DEBUG\W+1/\#define DO_DEBUG 0/" ;
116
	fi
116
	fi
117
	#bug 236851
118
	sed -e 's|Requires:|Requires: libdrm|' \
119
		-i "${S}"/src/mesa/gl.pc.in \
120
		|| die "sed gl.pc.in failed"
117
}
121
}
118
122
119
src_compile() {
123
src_compile() {

Return to bug 236851