| 1 |
# Copyright 1999-2004 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/eclass/mono.eclass,v 1.4 2005/07/06 20:20:04 agriffis 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 |
|
| 11 |
# >=mono-0.92 versions using mcs -pkg:foo-sharp require shared memory, so we set the
|
| 12 |
# shared dir to ${T} so that ${T}/.wapi can be used during the install process.
|
| 13 |
export MONO_SHARED_DIR=${T}
|