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

(-)/usr/portage/dev-lang/mosml/mosml-2.01-r1.ebuild (+4 lines)
Lines 16-25 Link Here
16
16
17
src_unpack() {
17
src_unpack() {
18
	unpack ${A}
18
	unpack ${A}
19
	cd "${S}"
19
	cd "${S}"
20
	epatch "${FILESDIR}/${P}-malloc.patch" #154859
20
	epatch "${FILESDIR}/${P}-malloc.patch" #154859
21
22
	#Fixing pre-stripped files
23
	sed -i -e "/STRIP/d" mosmlyac/Makefile || die "sed Makefile failed"
24
	sed -i -e "/STRIP/d" runtime/Makefile || die "sed Makefile failed"
21
}
25
}
22
26
23
src_compile() {
27
src_compile() {
24
	emake MOSMLHOME=/opt/mosml world || die
28
	emake MOSMLHOME=/opt/mosml world || die
25
}
29
}

Return to bug 240215