summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Martin <slarti@gentoo.org>2004-10-26 19:54:07 +0000
committerTom Martin <slarti@gentoo.org>2004-10-26 19:54:07 +0000
commit47b02ee63eb01a0cf11ae6fd52e9efc1dff948a3 (patch)
tree8d50f142cb0c62635f686181ab70bd44a8cb94b7 /net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1.ebuild
parentAdding ~amd64 w/ quick fix from #68605. (Manifest recommit) (diff)
downloadgentoo-2-47b02ee63eb01a0cf11ae6fd52e9efc1dff948a3.tar.gz
gentoo-2-47b02ee63eb01a0cf11ae6fd52e9efc1dff948a3.tar.bz2
gentoo-2-47b02ee63eb01a0cf11ae6fd52e9efc1dff948a3.zip
Added ~amd64 and fixed #69004
Diffstat (limited to 'net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1.ebuild')
-rw-r--r--net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1.ebuild b/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1.ebuild
index 661e8bb155d8..b50112e54d82 100644
--- a/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1.ebuild
+++ b/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1.ebuild,v 1.9 2004/07/15 01:57:47 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1.ebuild,v 1.10 2004/10/26 19:54:07 slarti Exp $
-inherit eutils
+inherit eutils toolchain-funcs
DESCRIPTION="Rate-limited autoresponder for qmail."
SRC_URI="http://untroubled.org/qmail-autoresponder/${P}.tar.gz"
@@ -29,8 +29,8 @@ src_compile() {
cd ${S}
echo "/usr/lib/bglibs/include" > conf-bgincs
echo "/usr/lib/bglibs/lib" > conf-bglibs
- echo "gcc ${CFLAGS}" > conf-cc
- echo "gcc" > conf-ld
+ echo "$(tc-getCC) ${CFLAGS}" > conf-cc
+ echo "$(tc-getLD) ${LDFLAGS}" > conf-ld
make || die
}