diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-06-19 06:56:02 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-06-19 06:56:02 +0000 |
commit | 2ede71c3490476931c2580707415a85326f58988 (patch) | |
tree | 273c77709bde88ceddd92ace46910146c0d7a424 /dev-ml/ocamlnet/ocamlnet-2.2.9-r1.ebuild | |
parent | Add missing dev-util/pkgconfig to DEPEND, bug #228235. (diff) | |
download | gentoo-2-2ede71c3490476931c2580707415a85326f58988.tar.gz gentoo-2-2ede71c3490476931c2580707415a85326f58988.tar.bz2 gentoo-2-2ede71c3490476931c2580707415a85326f58988.zip |
Fix build with glibc 2.8, bug #227653
(Portage version: 2.1.5.6)
Diffstat (limited to 'dev-ml/ocamlnet/ocamlnet-2.2.9-r1.ebuild')
-rw-r--r-- | dev-ml/ocamlnet/ocamlnet-2.2.9-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ml/ocamlnet/ocamlnet-2.2.9-r1.ebuild b/dev-ml/ocamlnet/ocamlnet-2.2.9-r1.ebuild index 469947a116a7..b5ae6e129003 100644 --- a/dev-ml/ocamlnet/ocamlnet-2.2.9-r1.ebuild +++ b/dev-ml/ocamlnet/ocamlnet-2.2.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-2.2.9-r1.ebuild,v 1.8 2008/05/12 07:04:40 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-2.2.9-r1.ebuild,v 1.9 2008/06/19 06:56:01 aballier Exp $ inherit eutils findlib @@ -43,6 +43,7 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}/build_w_camlp5.dpatch" + epatch "${FILESDIR}/${P}-glibc28.patch" } ocamlnet_use_with() { |