mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
9978b53b8c
FreeBSD problems with Mono. As of Mono 1.1.7, Mono has made a tremendous leap in stability on FreeBSD. Many C# apps now works much better with Mono 1.1.7. BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD
13 lines
338 B
C
13 lines
338 B
C
--- mono/metadata/assembly.c.orig Tue May 3 15:42:51 2005
|
|
+++ mono/metadata/assembly.c Thu May 5 17:34:31 2005
|
|
@@ -174,7 +174,8 @@
|
|
const char *path;
|
|
char **splitted;
|
|
|
|
- path = g_getenv ("MONO_GAC_PREFIX");
|
|
+ path = g_strjoin(G_SEARCHPATH_SEPARATOR_S, "%%X11BASE%%", g_getenv("MONO_GAC_PREFIX"), NULL);
|
|
+
|
|
if (!path)
|
|
return;
|
|
|