diff options
author | Paul de Vrieze <pauldv@gentoo.org> | 2003-05-28 08:05:34 +0000 |
---|---|---|
committer | Paul de Vrieze <pauldv@gentoo.org> | 2003-05-28 08:05:34 +0000 |
commit | 9e15aee04e914cf0a317bd6ed4017ad571b0a814 (patch) | |
tree | d10a38ce73416c4e5760104544c2611c2f2345ec /net-www/squidguard/squidguard-1.2.0.ebuild | |
parent | Fix bug #21565. Also ensure makefile doesn't ask the interactive question f... (diff) | |
download | historical-9e15aee04e914cf0a317bd6ed4017ad571b0a814.tar.gz historical-9e15aee04e914cf0a317bd6ed4017ad571b0a814.tar.bz2 historical-9e15aee04e914cf0a317bd6ed4017ad571b0a814.zip |
Fix squidguard + db4
Diffstat (limited to 'net-www/squidguard/squidguard-1.2.0.ebuild')
-rw-r--r-- | net-www/squidguard/squidguard-1.2.0.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/net-www/squidguard/squidguard-1.2.0.ebuild b/net-www/squidguard/squidguard-1.2.0.ebuild index b1d4d6bef329..df1dc30daeb3 100644 --- a/net-www/squidguard/squidguard-1.2.0.ebuild +++ b/net-www/squidguard/squidguard-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/squidguard/squidguard-1.2.0.ebuild,v 1.3 2003/04/13 19:28:38 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/squidguard/squidguard-1.2.0.ebuild,v 1.4 2003/05/28 08:05:25 pauldv Exp $ DESCRIPTION="Combined filter, redirector and access controller plugin for Squid." HOMEPAGE="http://www.squidguard.org" @@ -18,6 +18,13 @@ DEPEND="${RDEPEND} S="${WORKDIR}/squidGuard-${PV}" +src_unpack() { + unpack ${A} + cd ${S} + patch -p1 <${FILESDIR}/${P}-db4.patch + autoconf +} + src_compile() { econf || die "configure problem" emake || die "compile problem" |