View | Details | Raw Unified
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 
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/dosfstools-2.11-r2.ebuild,v 1.1 2006/10/05 16:27:07 robbat2 Exp $
# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/dosfstools-2.11-r2.ebuild,v 1.1 2006/10/05 16:27:07 robbat2 Exp $
inherit eutils toolchain-funcs
inherit eutils toolchain-funcs flag-o-matic
DESCRIPTION="DOS filesystem tools - provides mkdosfs, mkfs.msdos, mkfs.vfat"
DESCRIPTION="DOS filesystem tools - provides mkdosfs, mkfs.msdos, mkfs.vfat"
HOMEPAGE="ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/"
HOMEPAGE="ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/"
 Lines 28-35    Link Here 
src_compile() {
src_compile() {
	# this package does *not* play well with optimisations
	# this package does *not* play well with optimisations
	# please dont change to: make OPTFLAGS="${CFLAGS}"
	strip-flags
	emake -j1 CC="$(tc-getCC)" || die
	append-lfs-flags # Maintain current behaviour
	emake -j1 CC="$(tc-getCC)" OPTFLAGS="${CFLAGS}" || die
}
}
src_install() {
src_install() {