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
commit2433863db539b430814f4b90ca546ae35fdef5fb (patch)
tree8286695096637edffe2867c3ca8115f9c958f87a /net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild
parentAdding ~amd64 w/ quick fix from #68605. (diff)
downloadhistorical-2433863db539b430814f4b90ca546ae35fdef5fb.tar.gz
historical-2433863db539b430814f4b90ca546ae35fdef5fb.tar.bz2
historical-2433863db539b430814f4b90ca546ae35fdef5fb.zip
Added ~amd64 and fixed #69004
Diffstat (limited to 'net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild')
-rw-r--r--net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild b/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild
index a041c5e98ed4..4f1e50b4d7f4 100644
--- a/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild
+++ b/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.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-r1.ebuild,v 1.10 2004/07/15 01:57:47 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/qmail-autoresponder-0.96.1-r1.ebuild,v 1.11 2004/10/26 19:54:07 slarti Exp $
-inherit fixheadtails eutils
+inherit fixheadtails eutils toolchain-funcs
DESCRIPTION="Rate-limited autoresponder for qmail."
SRC_URI="http://untroubled.org/qmail-autoresponder/${P}.tar.gz"
@@ -10,7 +10,7 @@ HOMEPAGE="http://untroubled.org/qmail-autoresponder/"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 sparc ppc alpha ~mips ~hppa"
+KEYWORDS="x86 sparc ppc alpha ~mips ~hppa ~amd64"
IUSE="mysql"
DEPEND="virtual/libc
@@ -34,8 +34,8 @@ src_compile() {
cd ${S}
echo "/usr/lib/bglibs/include" > conf-bgincs
echo "/usr/lib/bglibs/lib" > conf-bglibs
- echo "${CC} ${CFLAGS}" > conf-cc
- echo "${CC} ${LDFLAGS}" > conf-ld
+ echo "$(tc-getCC) ${CFLAGS}" > conf-cc
+ echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
# fails on parallel builds!
make qmail-autoresponder || die "Failed to make qmail-autoresponder"