summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-12-14 05:47:34 +0000
committerMike Frysinger <vapier@gentoo.org>2006-12-14 05:47:34 +0000
commit49db90ee4c5223c24236340608cc5c6cfcf3be06 (patch)
tree36c1ba04a4b1f2a875051d51317263e2f0a244a1 /sys-fs/dosfstools/dosfstools-2.11-r2.ebuild
parentVersion bump #157850 by Blu3. (diff)
downloadgentoo-2-49db90ee4c5223c24236340608cc5c6cfcf3be06.tar.gz
gentoo-2-49db90ee4c5223c24236340608cc5c6cfcf3be06.tar.bz2
gentoo-2-49db90ee4c5223c24236340608cc5c6cfcf3be06.zip
Respect user settings #157785/#157786 by Diego Pettenò.
(Portage version: 2.1.2_rc3)
Diffstat (limited to 'sys-fs/dosfstools/dosfstools-2.11-r2.ebuild')
-rw-r--r--sys-fs/dosfstools/dosfstools-2.11-r2.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-fs/dosfstools/dosfstools-2.11-r2.ebuild b/sys-fs/dosfstools/dosfstools-2.11-r2.ebuild
index 685438a0d6d1..c8fb6d5f598e 100644
--- a/sys-fs/dosfstools/dosfstools-2.11-r2.ebuild
+++ b/sys-fs/dosfstools/dosfstools-2.11-r2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# 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.2 2006/12/14 05:47:34 vapier Exp $
-inherit eutils
+inherit eutils toolchain-funcs flag-o-matic
DESCRIPTION="DOS filesystem tools - provides mkdosfs, mkfs.msdos, mkfs.vfat"
HOMEPAGE="ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/"
@@ -24,16 +24,16 @@ src_unpack() {
Makefile || die "sed Makefile"
epatch "${FILESDIR}"/dosfstools-2.11-fat32size.patch
epatch "${FILESDIR}"/dosfstools-2.11-verify-double-count-fix.patch
+ epatch "${FILESDIR}"/dosfstools-2.11-build.patch
}
src_compile() {
- # this package does *not* play well with optimisations
- # please dont change to: make OPTFLAGS="${CFLAGS}"
+ tc-export CC
emake -j1 || die
}
src_install() {
- make PREFIX="${D}"/usr install || die
+ emake PREFIX="${D}"/usr install || die
dodoc CHANGES TODO
newdoc dosfsck/README README.dosfsck
newdoc dosfsck/CHANGES CHANGES.dosfsck