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

(-)/usr/portage/app-doc/psmark/psmark-2.1.ebuild (+8 lines)
Lines 18-27 Link Here
18
KEYWORDS="~x86"
18
KEYWORDS="~x86"
19
19
20
DEPEND="virtual/libc"
20
DEPEND="virtual/libc"
21
RDEPEND="${DEPEND}"
21
RDEPEND="${DEPEND}"
22
22
23
src_unpack() {
24
	unpack ${A}
25
	cd "${S}"
26
27
	#Fixing pre-stripped file
28
	sed -i Makefile -e '/strip/d' || die "sed Makefile failed"
29
}
30
23
src_compile() {
31
src_compile() {
24
	cd ${S}
32
	cd ${S}
25
	epatch ${FILESDIR}/${P}-string.patch || die "epatch failed"
33
	epatch ${FILESDIR}/${P}-string.patch || die "epatch failed"
26
	make CFLAGS="${CFLAGS}" || die "make failed"
34
	make CFLAGS="${CFLAGS}" || die "make failed"
27
}
35
}

Return to bug 240001