diff options
author | 2006-04-27 19:24:27 +0000 | |
---|---|---|
committer | 2006-04-27 19:24:27 +0000 | |
commit | 52a82c4b9db197cae58ef2f5b27953cf0009d84c (patch) | |
tree | c951d6f063cc77159632002171112922e2b890de /net-p2p/mldonkey/mldonkey-2.7.3.ebuild | |
parent | Fixing SHA256 digest, pass four (diff) | |
download | gentoo-2-52a82c4b9db197cae58ef2f5b27953cf0009d84c.tar.gz gentoo-2-52a82c4b9db197cae58ef2f5b27953cf0009d84c.tar.bz2 gentoo-2-52a82c4b9db197cae58ef2f5b27953cf0009d84c.zip |
Patch for ocaml-3.09.2, may need to be backported to other mldonkey versions.
(Portage version: 2.0.54)
Diffstat (limited to 'net-p2p/mldonkey/mldonkey-2.7.3.ebuild')
-rw-r--r-- | net-p2p/mldonkey/mldonkey-2.7.3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/mldonkey/mldonkey-2.7.3.ebuild b/net-p2p/mldonkey/mldonkey-2.7.3.ebuild index c271ff585375..868c11d2ea68 100644 --- a/net-p2p/mldonkey/mldonkey-2.7.3.ebuild +++ b/net-p2p/mldonkey/mldonkey-2.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-2.7.3.ebuild,v 1.3 2006/03/15 00:44:48 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-2.7.3.ebuild,v 1.4 2006/04/27 19:24:27 mattam Exp $ inherit eutils @@ -63,6 +63,8 @@ pkg_setup() { src_compile() { export WANT_AUTOCONF=2.5 cd ${S}/config + epatch ${FILESDIR}/${P}-configure.patch + autoconf # the dirs are not (yet) used, but it doesn't hurt to specify them anyway |