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

(-)dev-embedded/sdcc/sdcc-4.0.0.ebuild.orig (-1 / +1 lines)
Lines 75-81 Link Here
75
src_prepare() {
75
src_prepare() {
76
	# Fix conflicting variable names between Gentoo and sdcc
76
	# Fix conflicting variable names between Gentoo and sdcc
77
	find \
77
	find \
78
		'(' -name 'Makefile*.in' -o -name 'configure' ')' \
78
		'(' -name 'Makefile*' -o -name 'configure*' ')' \
79
		-exec sed -r -i \
79
		-exec sed -r -i \
80
			-e 's:\<(PORTDIR|ARCH)\>:SDCC\1:g' \
80
			-e 's:\<(PORTDIR|ARCH)\>:SDCC\1:g' \
81
			{} + || die
81
			{} + || die

Return to bug 731848