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