Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 103467 | Differences between
and this patch

Collapse All | Expand All

(-)sys-apps/memtester/memtester-4.0.3.ebuild (-2 / +1 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtester/memtester-4.0.3.ebuild,v 1.5 2005/06/26 18:11:29 corsair Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtester/memtester-4.0.3.ebuild,v 1.5 2005/06/26 18:11:29 corsair Exp $
4
4
5
inherit fixheadtails toolchain-funcs
5
inherit toolchain-funcs
6
6
7
DESCRIPTION="A userspace utility for testing the memory subsystem for faults"
7
DESCRIPTION="A userspace utility for testing the memory subsystem for faults"
8
HOMEPAGE="http://pyropus.ca/software/memtester/"
8
HOMEPAGE="http://pyropus.ca/software/memtester/"
Lines 19-25 Link Here
19
	unpack ${A}
19
	unpack ${A}
20
	cd ${S}
20
	cd ${S}
21
	echo "$(tc-getCC) ${CFLAGS} -DPOSIX -c" > conf-cc
21
	echo "$(tc-getCC) ${CFLAGS} -DPOSIX -c" > conf-cc
22
	ht_fix_file Makefile
23
}
22
}
24
23
25
src_compile() {
24
src_compile() {

Return to bug 103467