diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2012-08-04 16:55:19 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2012-08-04 16:55:19 +0000 |
commit | 5c2e17536e9d30d66838aec5f1c405ee3f1d0225 (patch) | |
tree | 5124c87c254bdc97f5c479b7d9182c247424380b /sys-process | |
parent | Version bump wrt bug #429284. (diff) | |
download | gentoo-2-5c2e17536e9d30d66838aec5f1c405ee3f1d0225.tar.gz gentoo-2-5c2e17536e9d30d66838aec5f1c405ee3f1d0225.tar.bz2 gentoo-2-5c2e17536e9d30d66838aec5f1c405ee3f1d0225.zip |
Allowing minit to cross-compile, bug 375653. Patch thanks to Bertrand Jacquin <beber@meleeweb.net>
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/minit/ChangeLog | 8 | ||||
-rw-r--r-- | sys-process/minit/minit-0.10.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-process/minit/ChangeLog b/sys-process/minit/ChangeLog index 9fa4403a392a..fa64bc2d864b 100644 --- a/sys-process/minit/ChangeLog +++ b/sys-process/minit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-process/minit -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/minit/ChangeLog,v 1.11 2009/12/09 14:00:34 vostorga Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/minit/ChangeLog,v 1.12 2012/08/04 16:55:19 vostorga Exp $ + + 04 Aug 2012; Víctor Ostorga <vostorga@gentoo.org> minit-0.10.ebuild: + Allowing minit to cross-compile, bug 375653. Patch thanks to Bertrand Jacquin + <beber@meleeweb.net> 09 Dec 2009; Víctor Ostorga <vostorga@gentoo.org> minit-0.10.ebuild: Specifying DIET variable, thanks to Andreas Wiese diff --git a/sys-process/minit/minit-0.10.ebuild b/sys-process/minit/minit-0.10.ebuild index 8794109634ad..2b1e8cff16c7 100644 --- a/sys-process/minit/minit-0.10.ebuild +++ b/sys-process/minit/minit-0.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/minit/minit-0.10.ebuild,v 1.5 2009/12/09 14:00:34 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/minit/minit-0.10.ebuild,v 1.6 2012/08/04 16:55:19 vostorga Exp $ inherit eutils @@ -25,7 +25,7 @@ src_unpack() { src_compile() { emake CFLAGS="${CFLAGS} -I/usr/include/libowfat" \ - LDFLAGS="${LDFLAGS}" DIET="diet" || die + LDFLAGS="${LDFLAGS}" DIET="diet" CC="$(tc-getCC)" || die } src_install() { |