summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2008-05-11 08:35:57 +0000
committerNed Ludd <solar@gentoo.org>2008-05-11 08:35:57 +0000
commita281c167212f5ed01d00253aa56e2d55f7ec08b4 (patch)
tree5ae3808de3b13ed6e37538fe35ee5baf3c707475 /net-ftp/ncftp/ncftp-3.2.1.ebuild
parent- proxy commit for gengor (diff)
downloadhistorical-a281c167212f5ed01d00253aa56e2d55f7ec08b4.tar.gz
historical-a281c167212f5ed01d00253aa56e2d55f7ec08b4.tar.bz2
historical-a281c167212f5ed01d00253aa56e2d55f7ec08b4.zip
- cross compile fix
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-ftp/ncftp/ncftp-3.2.1.ebuild')
-rw-r--r--net-ftp/ncftp/ncftp-3.2.1.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/net-ftp/ncftp/ncftp-3.2.1.ebuild b/net-ftp/ncftp/ncftp-3.2.1.ebuild
index afc8833bdbeb..edd04aaf7b00 100644
--- a/net-ftp/ncftp/ncftp-3.2.1.ebuild
+++ b/net-ftp/ncftp/ncftp-3.2.1.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-ftp/ncftp/ncftp-3.2.1.ebuild,v 1.8 2007/12/31 01:17:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ncftp/ncftp-3.2.1.ebuild,v 1.9 2008/05/11 08:35:57 solar Exp $
-inherit eutils
+inherit eutils toolchain-funcs
IPV6_P="ncftp-321-v6-20070822"
DESCRIPTION="An extremely configurable ftp client"
@@ -22,7 +22,9 @@ src_unpack() {
cd "${S}"
use ipv6 && epatch "${DISTDIR}"/${IPV6_P}.diff.gz
epatch "${FILESDIR}"/${P}-build.patch #147371
+ tc-export CC
sed -i \
+ -e s/CC=gcc/"CC ?= ${CC}"/ \
-e 's:@SFLAG@::' \
-e 's:@STRIP@:true:' \
Makefile.in */Makefile.in || die