[Bsd-sharp-cvs] CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/files by tmclau02

noreply at forge.novell.com noreply at forge.novell.com
Sun Oct 8 00:59:19 MDT 2006


CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/files by tmclau02

Modified Files:
	patch-mono_metadata_assembly.c 
Log Message:
X11BASE stuff is still needed for now because we don't own and can't move
all the Mono consumers immediately.

===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/files/patch-mono_metadata_assembly.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/files/patch-mono_metadata_assembly.c	2006/10/08 00:17:29	1.18
+++ /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/files/patch-mono_metadata_assembly.c	2006/10/08 06:59:19	1.19
@@ -5,7 +5,7 @@
  	char **splitted;
  	
 -	path = g_getenv ("MONO_GAC_PREFIX");
-+	path = g_strjoin(G_SEARCHPATH_SEPARATOR_S, "%%LOCALBASE%%", g_getenv("MONO_GAC_PREFIX"), NULL);
++	path = g_strjoin(G_SEARCHPATH_SEPARATOR_S, "%%X11BASE%%", g_getenv("MONO_GAC_PREFIX"), NULL);
 +
  	if (!path)
  		return;


More information about the Bsd-sharp-cvs mailing list