diff options
author | Ned Ludd <solar@gentoo.org> | 2008-05-25 17:48:56 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2008-05-25 17:48:56 +0000 |
commit | 773e680198488296045eb687c0142551c936fe31 (patch) | |
tree | 7470be07987f916383c33e05677446bca602f32d /net-dialup | |
parent | Stable on alpha, bug #216673 (diff) | |
download | gentoo-2-773e680198488296045eb687c0142551c936fe31.tar.gz gentoo-2-773e680198488296045eb687c0142551c936fe31.tar.bz2 gentoo-2-773e680198488296045eb687c0142551c936fe31.zip |
- cross compile fix. inherit toolchain-funcs ; tc-export CC
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/lrzsz/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-dialup/lrzsz/ChangeLog b/net-dialup/lrzsz/ChangeLog index 1ec08bd41b6f..604f820f81e8 100644 --- a/net-dialup/lrzsz/ChangeLog +++ b/net-dialup/lrzsz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/lrzsz -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/lrzsz/ChangeLog,v 1.8 2007/12/29 10:45:50 welp Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/lrzsz/ChangeLog,v 1.9 2008/05/25 17:48:56 solar Exp $ + + 25 May 2008; <solar@gentoo.org> lrzsz-0.12.20-r1.ebuild: + - cross compile fix. inherit toolchain-funcs ; tc-export CC 29 Dec 2007; <welp@gentoo.org> lrzsz-0.12.20-r1.ebuild: Keyworded ~x86-fbsd; bug 202740 diff --git a/net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild b/net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild index be8c2b85905e..4f4485f6c3ec 100644 --- a/net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild +++ b/net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild,v 1.11 2007/12/29 10:45:50 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild,v 1.12 2008/05/25 17:48:56 solar Exp $ -inherit flag-o-matic eutils +inherit flag-o-matic eutils toolchain-funcs DESCRIPTION="Communication package providing the X, Y, and ZMODEM file transfer protocols" HOMEPAGE="http://www.ohse.de/uwe/software/lrzsz.html" @@ -20,6 +20,7 @@ src_unpack() { } src_compile() { + tc-export CC append-flags -Wstrict-prototypes econf $(use_enable nls) || die "econf failed" emake || die "emake failed" |