diff options
Diffstat (limited to 'sys-fs/udev/udev-110.ebuild')
-rw-r--r-- | sys-fs/udev/udev-110.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-fs/udev/udev-110.ebuild b/sys-fs/udev/udev-110.ebuild index 77fb8c3e06b8..884018c7e562 100644 --- a/sys-fs/udev/udev-110.ebuild +++ b/sys-fs/udev/udev-110.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-110.ebuild,v 1.1 2007/05/02 13:53:25 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-110.ebuild,v 1.2 2007/05/04 07:05:24 zzam Exp $ inherit eutils flag-o-matic multilib toolchain-funcs @@ -29,6 +29,8 @@ src_unpack() { #epatch ${FILESDIR}/${P}-udev_volume_id.patch epatch ${FILESDIR}/${PN}-104-peristent-net-disable-xen.patch + epatch ${FILESDIR}/${P}-makefile-depend.diff + # No need to clutter the logs ... sed -ie '/^DEBUG/ c\DEBUG = false' Makefile # Do not use optimization flags from the package @@ -71,7 +73,7 @@ src_compile() { EXTRAS="${extras}" \ udevdir="/dev/" \ CROSS_COMPILE=${mycross} \ - OPTFLAGS="" + OPTFLAGS="" \ ${myconf} || die } |