1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/lang/mono/files/patch-mono_metadata_assembly.c
Jeremy Messenger 9978b53b8c Update to 1.1.7, Bill Middleton has been working against the Mono SVN to fix
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
2005-05-16 06:32:36 +00:00

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;