diff options
author | 2006-03-22 19:45:58 +0000 | |
---|---|---|
committer | 2006-03-22 19:45:58 +0000 | |
commit | 2da109e25bd22e20c5b40f6d3687ba0a6a3f23ee (patch) | |
tree | 11bb02fcf97c580847a3a9c981df2dcd6edaefef /www-misc/htdig/htdig-3.2.0_beta6.ebuild | |
parent | Bump to 0.11 (diff) | |
download | gentoo-2-2da109e25bd22e20c5b40f6d3687ba0a6a3f23ee.tar.gz gentoo-2-2da109e25bd22e20c5b40f6d3687ba0a6a3f23ee.tar.bz2 gentoo-2-2da109e25bd22e20c5b40f6d3687ba0a6a3f23ee.zip |
Fixed compilation with gcc4. Closes bug #126509.
(Portage version: 2.1_pre6-r5)
Diffstat (limited to 'www-misc/htdig/htdig-3.2.0_beta6.ebuild')
-rw-r--r-- | www-misc/htdig/htdig-3.2.0_beta6.ebuild | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/www-misc/htdig/htdig-3.2.0_beta6.ebuild b/www-misc/htdig/htdig-3.2.0_beta6.ebuild index e531505d7d34..c34b34ec198a 100644 --- a/www-misc/htdig/htdig-3.2.0_beta6.ebuild +++ b/www-misc/htdig/htdig-3.2.0_beta6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6.ebuild,v 1.5 2005/12/06 14:40:15 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6.ebuild,v 1.6 2006/03/22 19:45:58 eradicator Exp $ inherit webapp eutils flag-o-matic @@ -20,6 +20,13 @@ DEPEND="${RDEPEND}" SLOT="0" WEBAPP_MANUAL_SLOT="yes" +src_unpack() { + unpack ${A} + + cd ${S} + epatch ${FILESDIR}/${P}-gcc4.patch +} + src_compile() { ./configure \ --prefix=/usr \ |