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

(-)/home/flame/devel/repos/carel-overlay/sys-fs/dosfstools/dosfstools-2.11-r2.ebuild (-3 / +5 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 toolchain-funcs
5
inherit eutils toolchain-funcs flag-o-matic
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 28-35 Link Here
28
28
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
	strip-flags
32
	emake -j1 CC="$(tc-getCC)" || die
32
	append-lfs-flags # Maintain current behaviour
33
34
	emake -j1 CC="$(tc-getCC)" OPTFLAGS="${CFLAGS}" || die
33
}
35
}
34
36
35
src_install() {
37
src_install() {

Return to bug 157786