| 1 | # Copyright 1999-2003 Gentoo Technologies, Inc. |
1 | # Copyright 1999-2003 Gentoo Technologies, Inc. |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mono.eclass,v 1.1 2003/02/27 16:50:51 foser Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mono.eclass,v 1.2 2004/05/27 01:43:26 latexer Exp $ |
| 4 | # |
4 | # |
| 5 | # Author : foser <foser@gentoo.org> |
5 | # Author : foser <foser@gentoo.org> |
| 6 | # |
6 | # |
| 7 | # mono eclass |
7 | # mono eclass |
| 8 | # right now only circumvents a sandbox violation by setting a mono env var |
8 | # right now only circumvents a sandbox violation by setting a mono env var |
| 9 | |
9 | |
| 10 | ECLASS="mono" |
10 | ECLASS="mono" |
| 11 | INHERITED="$INHERITED $ECLASS" |
11 | INHERITED="$INHERITED $ECLASS" |
| 12 | |
12 | |
| 13 | export MONO_DISABLE_SHM=1 |
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} |