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

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- pwdb-0.61-r4.ebuild
0
++ pwdb-0.61-r4.ebuild
Lines 36-41 Link Here
36
	cp Makefile Makefile.orig
36
	cp Makefile Makefile.orig
37
	cp default.defs default.defs.orig
37
	cp default.defs default.defs.orig
38
	sed -e "s/^DIRS = .*/DIRS = libpwdb/" -e "s:EXTRAS += :EXTRAS += ${CFLAGS} :" \
38
	sed -e "s/^DIRS = .*/DIRS = libpwdb/" -e "s:EXTRAS += :EXTRAS += ${CFLAGS} :" \
39
		-e "s/^WARNINGS *+= *-ansi/WARNINGS +=/" \
39
		Makefile.orig > Makefile
40
		Makefile.orig > Makefile
40
	sed -e "s/=gcc/=${CC:-gcc}/g" default.defs.orig > default.defs
41
	sed -e "s/=gcc/=${CC:-gcc}/g" default.defs.orig > default.defs
41
	emake || die
42
	emake || die

Return to bug 38822