diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-08-05 06:16:51 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-08-05 06:16:51 +0000 |
commit | dec391eebd30955412935eca886b4d2af9a2f49d (patch) | |
tree | 0b623bda7d3dae7b6a04ca82a66eb84a103a8e1f /net-misc/unison/unison-2.13.16-r1.ebuild | |
parent | Version bump. Compatability fix for Rails ~>2.3.4. (diff) | |
download | gentoo-2-dec391eebd30955412935eca886b4d2af9a2f49d.tar.gz gentoo-2-dec391eebd30955412935eca886b4d2af9a2f49d.tar.bz2 gentoo-2-dec391eebd30955412935eca886b4d2af9a2f49d.zip |
import a patch from debian to fix build with ocaml 3.12, bug #331073
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/unison/unison-2.13.16-r1.ebuild')
-rw-r--r-- | net-misc/unison/unison-2.13.16-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/unison/unison-2.13.16-r1.ebuild b/net-misc/unison/unison-2.13.16-r1.ebuild index 4823d696e85a..bb451f9e37bf 100644 --- a/net-misc/unison/unison-2.13.16-r1.ebuild +++ b/net-misc/unison/unison-2.13.16-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/unison-2.13.16-r1.ebuild,v 1.3 2008/12/04 18:48:33 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/unison-2.13.16-r1.ebuild,v 1.4 2010/08/05 06:16:50 aballier Exp $ EAPI=1 @@ -44,6 +44,7 @@ src_unpack() { cd "${S}" sed -i -e 's/tail -1/tail -n 1/' Makefile.OCaml epatch "${FILESDIR}/${PN}-2.27.57-as-needed.patch" + epatch "${FILESDIR}/${PN}-mymap.patch" } src_compile() { |