diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-17 01:16:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-17 01:16:11 +0000 |
commit | 6a5479a3bce39823c384e0a672d6bfa7f82aef95 (patch) | |
tree | 36ac029f669f06d023a6a6384d1c45505a17933e /net-mail/clamav | |
parent | tcc is x86-only (diff) | |
download | historical-6a5479a3bce39823c384e0a672d6bfa7f82aef95.tar.gz historical-6a5479a3bce39823c384e0a672d6bfa7f82aef95.tar.bz2 historical-6a5479a3bce39823c384e0a672d6bfa7f82aef95.zip |
ppc stable
Diffstat (limited to 'net-mail/clamav')
-rw-r--r-- | net-mail/clamav/clamav-0.67.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/net-mail/clamav/clamav-0.67.ebuild b/net-mail/clamav/clamav-0.67.ebuild index 8ff58e3cc666..957685df09fb 100644 --- a/net-mail/clamav/clamav-0.67.ebuild +++ b/net-mail/clamav/clamav-0.67.ebuild @@ -1,11 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/clamav/clamav-0.67.ebuild,v 1.1 2004/02/17 00:01:30 hanno Exp $ - -IUSE="milter" +# $Header: /var/cvsroot/gentoo-x86/net-mail/clamav/clamav-0.67.ebuild,v 1.2 2004/02/17 01:16:11 vapier Exp $ inherit eutils flag-o-matic -has_version =sys-libs/glibc-2.2* && filter-flags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE DESCRIPTION="Clam Anti-Virus Scanner" HOMEPAGE="http://www.clamav.net/" @@ -13,7 +10,8 @@ SRC_URI="mirror://sourceforge/clamav/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64" +KEYWORDS="~x86 ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64" +IUSE="milter" DEPEND="virtual/glibc" PROVIDE="virtual/antivirus" @@ -25,12 +23,11 @@ pkg_setup() { } src_compile() { - local myconf + has_version =sys-libs/glibc-2.2* && filter-flags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE + local myconf use milter && myconf="--enable-milter" - econf ${myconf} --with-dbdir=/var/lib/clamav || die - emake || die } |