summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Berman <tberman@gentoo.org>2004-03-21 04:11:12 +0000
committerTodd Berman <tberman@gentoo.org>2004-03-21 04:11:12 +0000
commit48224980e8551e4a061e5d64deebd52e96a2f431 (patch)
tree7e9a8b3374e5a5d52434678ad8c081bf09f897ea /dev-dotnet/mono/mono-0.31.ebuild
parentVersion bump. (diff)
downloadhistorical-48224980e8551e4a061e5d64deebd52e96a2f431.tar.gz
historical-48224980e8551e4a061e5d64deebd52e96a2f431.tar.bz2
historical-48224980e8551e4a061e5d64deebd52e96a2f431.zip
disabling nptl globally
Diffstat (limited to 'dev-dotnet/mono/mono-0.31.ebuild')
-rw-r--r--dev-dotnet/mono/mono-0.31.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-dotnet/mono/mono-0.31.ebuild b/dev-dotnet/mono/mono-0.31.ebuild
index adc085daa4fe..d89e703c360c 100644
--- a/dev-dotnet/mono/mono-0.31.ebuild
+++ b/dev-dotnet/mono/mono-0.31.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono/mono-0.31.ebuild,v 1.1 2004/03/20 03:51:13 tberman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono/mono-0.31.ebuild,v 1.2 2004/03/21 04:11:12 tberman Exp $
inherit mono flag-o-matic
@@ -44,7 +44,7 @@ src_unpack() {
}
src_compile() {
- econf || die
+ econf --with-nptl=no || die
MAKEOPTS="${MAKEOPTS} -j1" emake || die "MONO compilation failure"
ln -s ../runtime ${WORKDIR}/${P}/runtime/lib