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

(-)/usr/portage/dev-embedded/picp/picp-0.6.4.ebuild (+8 lines)
Lines 13-22 Link Here
13
KEYWORDS="x86"
13
KEYWORDS="x86"
14
IUSE=""
14
IUSE=""
15
15
16
DEPEND="virtual/libc"
16
DEPEND="virtual/libc"
17
17
18
src_unpack() {
19
	unpack ${A}
20
	cd "${S}"
21
22
	#Fixing pre-stripped file
23
	sed -i -e "/strip/d" Makefile || die "sed Makefile failed"
24
}
25
18
src_compile() {
26
src_compile() {
19
	emake CC=$(tc-getCC) OPTIONS="${CFLAGS} -x c++" || die "emake failed"
27
	emake CC=$(tc-getCC) OPTIONS="${CFLAGS} -x c++" || die "emake failed"
20
}
28
}
21
29
22
src_install() {
30
src_install() {

Return to bug 240161