diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2011-03-26 19:18:35 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2011-03-26 19:18:35 +0000 |
commit | 6bd7ec3470591f1f8ca66c636d612d87385089ee (patch) | |
tree | a75f0845e20d0d8f0d14b6df88d54d4f92723787 /app-emulation/xen | |
parent | [app-emulation/xen-tools] Fix build on some platforms (diff) | |
download | gentoo-2-6bd7ec3470591f1f8ca66c636d612d87385089ee.tar.gz gentoo-2-6bd7ec3470591f1f8ca66c636d612d87385089ee.tar.bz2 gentoo-2-6bd7ec3470591f1f8ca66c636d612d87385089ee.zip |
[app-emulation/xen] Fix build on some platforms
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.1.0.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index aee313a6551e..77b53d6151eb 100644 --- a/app-emulation/xen/ChangeLog +++ b/app-emulation/xen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/xen # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.73 2011/03/26 11:35:37 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.74 2011/03/26 19:18:35 alexxy Exp $ + + 26 Mar 2011; Alexey Shvetsov <alexxy@gentoo.org> xen-4.1.0.ebuild: + Fix build on some platforms 26 Mar 2011; Alexey Shvetsov <alexxy@gentoo.org> -xen-3.4.3.ebuild, -xen-4.0.1.ebuild: diff --git a/app-emulation/xen/xen-4.1.0.ebuild b/app-emulation/xen/xen-4.1.0.ebuild index 4d5a6a2a8554..55ac9912e4dd 100644 --- a/app-emulation/xen/xen-4.1.0.ebuild +++ b/app-emulation/xen/xen-4.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.1.0.ebuild,v 1.1 2011/03/26 00:34:06 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.1.0.ebuild,v 1.2 2011/03/26 19:18:35 alexxy Exp $ EAPI="3" @@ -50,6 +50,8 @@ pkg_setup() { } src_prepare() { + # Drop .config + sed -e '/-include $(XEN_ROOT)\/.config/d' -i Config.mk || die "Couldn't drop" # if the user *really* wants to use their own custom-cflags, let them if use custom-cflags; then einfo "User wants their own CFLAGS - removing defaults" |