summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johanson <latexer@gentoo.org>2004-07-10 06:05:17 +0000
committerPeter Johanson <latexer@gentoo.org>2004-07-10 06:05:17 +0000
commit2a260ad825a3975a939f7b98d5959d3a6e85ebb0 (patch)
tree300e513ca7cf1396a89d2a53d2b4fa8c7bc3c508 /dev-dotnet/mono/mono-1.0.ebuild
parentstabilize since this package provides virtual/linux-sources for ia64 (Manifes... (diff)
downloadgentoo-2-2a260ad825a3975a939f7b98d5959d3a6e85ebb0.tar.gz
gentoo-2-2a260ad825a3975a939f7b98d5959d3a6e85ebb0.tar.bz2
gentoo-2-2a260ad825a3975a939f7b98d5959d3a6e85ebb0.zip
amd64 fix. See bug #55722
Diffstat (limited to 'dev-dotnet/mono/mono-1.0.ebuild')
-rw-r--r--dev-dotnet/mono/mono-1.0.ebuild12
1 files changed, 10 insertions, 2 deletions
diff --git a/dev-dotnet/mono/mono-1.0.ebuild b/dev-dotnet/mono/mono-1.0.ebuild
index 4bf099db444b..f7eeddbc7d57 100644
--- a/dev-dotnet/mono/mono-1.0.ebuild
+++ b/dev-dotnet/mono/mono-1.0.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono/mono-1.0.ebuild,v 1.1 2004/06/30 15:34:39 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono/mono-1.0.ebuild,v 1.2 2004/07/10 06:05:17 latexer Exp $
-inherit eutils mono flag-o-matic
+inherit eutils mono flag-o-matic debug
DESCRIPTION="Mono runtime and class libraries, a C# compiler/interpreter"
HOMEPAGE="http://www.go-mono.com/"
@@ -23,6 +23,14 @@ RDEPEND="${DEPEND}
dev-util/pkgconfig
dev-libs/libxml2"
+src_unpack() {
+ unpack ${A}
+
+ cd ${S}
+ # Fix for amd64
+ epatch ${FILESDIR}/${P}-segv.diff
+}
+
src_compile() {
strip-flags