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

(-)file_not_specified_in_diff (-1 / +3 lines)
Line  Link Here
0
-- cdrtools-3.01_alpha07.ebuild
0
++ cdrtools-3.01_alpha07.ebuild
Lines 55-60 Link Here
55
		rules1.top || die "sed rules1.top"
55
		rules1.top || die "sed rules1.top"
56
	sed -i -e "/^\(CC\|DYNLD\|LDCC\|MKDEP\)/s|gcc|${tcCC}|" \
56
	sed -i -e "/^\(CC\|DYNLD\|LDCC\|MKDEP\)/s|gcc|${tcCC}|" \
57
		-e "/^\(CC++\|DYNLDC++\|LDCC++\|MKC++DEP\)/s|g++|${tcCXX}|" \
57
		-e "/^\(CC++\|DYNLDC++\|LDCC++\|MKC++DEP\)/s|g++|${tcCXX}|" \
58
		-e "/COPTOPT=/s/-O//" \
59
		-e 's/$(GCCOPTOPT)//' \
58
		cc-gcc.rul || die "sed cc-gcc.rul"
60
		cc-gcc.rul || die "sed cc-gcc.rul"
59
	sed -i -e "s|^#CONFFLAGS +=\t-cc=\$(XCC_COM)$|CONFFLAGS +=\t-cc=${tcCC}|g" \
61
	sed -i -e "s|^#CONFFLAGS +=\t-cc=\$(XCC_COM)$|CONFFLAGS +=\t-cc=${tcCC}|g" \
60
		rules.cnf || die "sed rules.cnf"
62
		rules.cnf || die "sed rules.cnf"

Return to bug 410537