| 1 | # Copyright 1999-2004 Gentoo Foundation |
1 | # Copyright 1999-2004 Gentoo Foundation |
| 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.5 2005/07/06 20:23:20 agriffis Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mono.eclass,v 1.6 2005/07/11 15:08:06 swegener 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 | |
10 | |
| 11 | # >=mono-0.92 versions using mcs -pkg:foo-sharp require shared memory, so we set the |
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. |
12 | # shared dir to ${T} so that ${T}/.wapi can be used during the install process. |
| 13 | export MONO_SHARED_DIR=${T} |
13 | export MONO_SHARED_DIR=${T} |