diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-11-15 01:02:32 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-11-15 01:02:32 +0000 |
commit | 4fd8988791209577f09890d18475299aab181e26 (patch) | |
tree | e7a5ad36abd1e1adc175006e1f28c9fcb002e2c0 | |
parent | modular X improvement (diff) | |
download | gentoo-2-4fd8988791209577f09890d18475299aab181e26.tar.gz gentoo-2-4fd8988791209577f09890d18475299aab181e26.tar.bz2 gentoo-2-4fd8988791209577f09890d18475299aab181e26.zip |
Export toolchain commands, allowing to distcc on a non-ppc server.
(Portage version: 2.0.53_rc7)
-rw-r--r-- | sys-fs/hfsutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/hfsutils/hfsutils-3.2.6-r4.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-fs/hfsutils/ChangeLog b/sys-fs/hfsutils/ChangeLog index 9276b4708c16..1f5c739a381d 100644 --- a/sys-fs/hfsutils/ChangeLog +++ b/sys-fs/hfsutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/hfsutils # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsutils/ChangeLog,v 1.9 2005/09/05 18:50:18 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsutils/ChangeLog,v 1.10 2005/11/15 01:02:31 flameeyes Exp $ + + 15 Nov 2005; Diego Pettenò <flameeyes@gentoo.org> + hfsutils-3.2.6-r4.ebuild: + Export toolchain commands, allowing to distcc on a non-ppc server. 05 Sep 2005; Markus Rothe <corsair@gentoo.org> hfsutils-3.2.6-r4.ebuild: Stable on ppc64 diff --git a/sys-fs/hfsutils/hfsutils-3.2.6-r4.ebuild b/sys-fs/hfsutils/hfsutils-3.2.6-r4.ebuild index 251661cd1a3a..dd3ff48996a1 100644 --- a/sys-fs/hfsutils/hfsutils-3.2.6-r4.ebuild +++ b/sys-fs/hfsutils/hfsutils-3.2.6-r4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsutils/hfsutils-3.2.6-r4.ebuild,v 1.4 2005/09/05 18:50:18 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsutils/hfsutils-3.2.6-r4.ebuild,v 1.5 2005/11/15 01:02:32 flameeyes Exp $ -inherit eutils +inherit eutils toolchain-funcs DESCRIPTION="HFS FS Access utils" HOMEPAGE="http://www.mars.org/home/rob/proj/hfs/" @@ -28,6 +28,7 @@ src_compile() { local myconf use tcltk && myconf="--with-tcl --with-tk" + tc-export CC CPP LD RANLIB econf ${myconf} || die emake PREFIX=/usr MANDIR=/usr/share/man || die cd ${S}/hfsck |