diff options
Diffstat (limited to 'dev-lang/mono/mono-1.2.4.ebuild')
-rw-r--r-- | dev-lang/mono/mono-1.2.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/mono/mono-1.2.4.ebuild b/dev-lang/mono/mono-1.2.4.ebuild index f2c0d36b5c10..815011ef2498 100644 --- a/dev-lang/mono/mono-1.2.4.ebuild +++ b/dev-lang/mono/mono-1.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.4.ebuild,v 1.11 2007/08/22 03:40:35 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.4.ebuild,v 1.12 2007/09/10 19:10:11 jurek Exp $ inherit eutils flag-o-matic multilib autotools @@ -52,6 +52,7 @@ src_unpack() { || die "sed failed" epatch ${FILESDIR}/${P}-make-check.patch || die "patch failed" + epatch ${FILESDIR}/${P}-pic.patch || die "patch failed" # Remove dummy ltconfig and let libtool handle it rm -f ${S}/libgc/ltconfig |