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

(-)micropolis-1.0.ebuild.orig (-1 / +3 lines)
Lines 32-41 Link Here
32
	epatch "${DISTDIR}"/${PN}_git.patch
32
	epatch "${DISTDIR}"/${PN}_git.patch
33
	sed -i -e "s:-O3:${CFLAGS}:" \
33
	sed -i -e "s:-O3:${CFLAGS}:" \
34
		src/tclx/config.mk src/{sim,tcl,tk}/makefile || die
34
		src/tclx/config.mk src/{sim,tcl,tk}/makefile || die
35
	sed -i -e "s:XLDFLAGS=:&${LDFLAGS}:" \
36
		src/tclx/config.mk || die
35
}
37
}
36
38
37
src_compile() {
39
src_compile() {
38
	emake -C src || die
40
	emake -C src LDFLAGS="${LDFLAGS}" || die
39
}
41
}
40
42
41
src_install() {
43
src_install() {

Return to bug 335095