| 1 |
# Copyright 1999-2003 Gentoo Technologies, Inc.
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /home/cvsroot/gentoo-x86/eclass/mono.eclass,v 1.1 2003/02/27 16:50:51 foser Exp $
|
| 4 |
#
|
| 5 |
# Author : foser <foser@gentoo.org>
|
| 6 |
#
|
| 7 |
# mono eclass
|
| 8 |
# right now only circumvents a sandbox violation by setting a mono env var
|
| 9 |
|
| 10 |
ECLASS="mono"
|
| 11 |
INHERITED="$INHERITED $ECLASS"
|
| 12 |
|
| 13 |
# >=mono-0.92 versions using mcs -pkg:foo-sharp require shared memory, so we set the
|
| 14 |
# shared dir to ${T} so that ${T}/.wapi can be used during the install process.
|
| 15 |
export MONO_SHARED_DIR=${T}
|