diff options
author | 2007-09-10 19:10:12 +0000 | |
---|---|---|
committer | 2007-09-10 19:10:12 +0000 | |
commit | 29d7f81f6ac213c1043b6de7a8a939ddae9a6b84 (patch) | |
tree | f704214cf03fd42a9a524c8bc06a6839892aafd2 /dev-lang/mono/mono-1.2.4.ebuild | |
parent | Added asm fix for ppc compile issue. (diff) | |
download | historical-29d7f81f6ac213c1043b6de7a8a939ddae9a6b84.tar.gz historical-29d7f81f6ac213c1043b6de7a8a939ddae9a6b84.tar.bz2 historical-29d7f81f6ac213c1043b6de7a8a939ddae9a6b84.zip |
dev-lang/mono: version bump (bug #191541), fix ppc compilation with PIC (bug #165547)
Package-Manager: portage-2.1.2.12
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 |