Index: ssmtp-2.61.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.61.ebuild,v retrieving revision 1.14 diff -u -B -r1.14 ssmtp-2.61.ebuild --- ssmtp-2.61.ebuild 9 Oct 2005 06:39:40 -0000 1.14 +++ ssmtp-2.61.ebuild 17 Nov 2005 11:29:13 -0000 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.61.ebuild,v 1.14 2005/10/09 06:39:40 vapier Exp $ -inherit eutils +inherit eutils toolchain-funcs DESCRIPTION="Extremely simple MTA to get mail off the system to a Mailhub" HOMEPAGE="ftp://ftp.debian.org/debian/pool/main/s/ssmtp/" @@ -24,6 +24,8 @@ S=${WORKDIR}/ssmtp-2.61 src_compile() { + tc-export CC LD + econf \ --sysconfdir=/etc/ssmtp \ $(use_enable ssl) \