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

(-)dosfstools-2.11-r2.ebuild (-2 / +2 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-fs/dosfstools/dosfstools-2.11-r2.ebuild,v 1.1 2006/10/05 16:27:07 robbat2 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/dosfstools-2.11-r2.ebuild,v 1.1 2006/10/05 16:27:07 robbat2 Exp $
4
4
5
inherit eutils
5
inherit eutils toolchain-funcs
6
6
7
DESCRIPTION="DOS filesystem tools - provides mkdosfs, mkfs.msdos, mkfs.vfat"
7
DESCRIPTION="DOS filesystem tools - provides mkdosfs, mkfs.msdos, mkfs.vfat"
8
HOMEPAGE="ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/"
8
HOMEPAGE="ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/"
Lines 29-35 Link Here
29
src_compile() {
29
src_compile() {
30
	# this package does *not* play well with optimisations
30
	# this package does *not* play well with optimisations
31
	# please dont change to: make OPTFLAGS="${CFLAGS}"
31
	# please dont change to: make OPTFLAGS="${CFLAGS}"
32
	emake -j1 || die
32
	emake -j1 CC="$(tc-getCC)" || die
33
}
33
}
34
34
35
src_install() {
35
src_install() {

Return to bug 157785