summaryrefslogtreecommitdiff
blob: f78a02d838404614bdc1ec1aa0f114cc60fc7283 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/mono.eclass,v 1.3 2004/06/25 00:39:48 vapier Exp $
#
# Author : foser <foser@gentoo.org>
#
# mono eclass
# right now only circumvents a sandbox violation by setting a mono env var

ECLASS="mono"
INHERITED="$INHERITED $ECLASS"

# >=mono-0.92 versions using mcs -pkg:foo-sharp require shared memory, so we set the 
# shared dir to ${T} so that ${T}/.wapi can be used during the install process.
export MONO_SHARED_DIR=${T}