[mono/monodevelop] 27c01cdc: Fixed Subversion on Mavericks

"Ungureanu Marius ([email protected])" <[email protected]> Mon, 11 Nov 2013 20:03:17 +0000
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <0000014248c2d666-a0b0b75a-3278-4e07-b236-1d6ae8c37ee8-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/monodevelop
  Compare: https://github.com/mono/monodevelop/compare/27ad848ce12c...27c01cdc19e5

   Commit: 27c01cdc19e5ec19e9c0a854d51738d357aa61c1
   Author: Ungureanu Marius <[email protected]> (Therzok)
     Date: 2013-11-11 20:02:08 GMT
      URL: https://github.com/mono/monodevelop/commit/27c01cdc19e5ec19e9c0a854d51738d357aa61c1

Fixed Subversion on Mavericks

Changed paths:
  M main/build/MacOSX/monostub.m

Modified: main/build/MacOSX/monostub.m
===================================================================
@@ -269,7 +269,8 @@
 	char *variable;
 	char buf[32];
 	
-	push_env ("DYLD_FALLBACK_LIBRARY_PATH", "/Library/Frameworks/Mono.framework/Versions/Current/lib:/lib:/usr/lib");
+    /* CommandLineTools are needed for OSX 10.9+ */
+	push_env ("DYLD_FALLBACK_LIBRARY_PATH", "/Library/Frameworks/Mono.framework/Versions/Current/lib:/lib:/usr/lib:/Library/Developer/CommandLineTools/usr/lib");
 	
 	/* Mono "External" directory */
 	push_env ("PKG_CONFIG_PATH", "/Library/Frameworks/Mono.framework/External/pkgconfig");


_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches