[mono/monodevelop] 23266e38: Fixed Subversion on Mavericks

"Lluis Sanchez ([email protected])" <[email protected]> Mon, 18 Nov 2013 20:29:14 +0000
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <000001426ce71c5e-9527708c-d7e9-457b-9bbe-36fe8f9656e2-000000@email.amazonses.com>
   Branch: refs/heads/license-sync
     Home: https://github.com/mono/monodevelop
  Compare: https://github.com/mono/monodevelop/compare/10ae79dc9df0...23266e38c671

   Commit: 23266e38c67143e2ac552588a8ea615f087acfb3
   Author: Ungureanu Marius <[email protected]> (Therzok)
Committer: Lluis Sanchez <[email protected]> (slluis)
     Date: 2013-11-18 20:28:04 GMT
      URL: https://github.com/mono/monodevelop/commit/23266e38c67143e2ac552588a8ea615f087acfb3

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