diff --git a/autobuild.xml b/autobuild.xml
index 335a30d82984e5892342ca6aeb97cf2ec6ee3c1b..88c1154f9ff2d49f2707af2aa28b7d9c1ee0ae06 100755
--- a/autobuild.xml
+++ b/autobuild.xml
@@ -818,9 +818,9 @@
             <key>archive</key>
             <map>
               <key>hash</key>
-              <string>e2fffaed9f44b34fef5df2767c7980fe</string>
+              <string>e52d7ec430004fc2a59e4dbf6f3b704e</string>
               <key>url</key>
-              <string>https://bitbucket.org/alchemyviewer/publiclibs-darwin/downloads/google_breakpad-1351-darwin-201407242040.tar.bz2</string>
+              <string>https://bitbucket.org/alchemyviewer/publiclibs-darwin/downloads/google_breakpad-1400-darwin-201411052348.tar.bz2</string>
             </map>
             <key>name</key>
             <string>darwin</string>
@@ -851,7 +851,7 @@
           </map>
         </map>
         <key>version</key>
-        <string>1351</string>
+        <string>1400</string>
       </map>
       <key>googlemock</key>
       <map>
@@ -1131,8 +1131,10 @@
       </map>
       <key>jsoncpp</key>
       <map>
+        <key>description</key>
+        <string>jsoncpp is an implementation of a JSON (http://json.org) reader and writer in C++.</string>
         <key>license</key>
-        <string>jsoncpp</string>
+        <string>public domain</string>
         <key>license_file</key>
         <string>LICENSES/jsoncpp.txt</string>
         <key>name</key>
@@ -1144,9 +1146,9 @@
             <key>archive</key>
             <map>
               <key>hash</key>
-              <string>862f37187340fc44faadac42c5e9bf3a</string>
+              <string>d1b88fb1ee98628c692beea111055ba1</string>
               <key>url</key>
-              <string>http://bitbucket.org/alchemyviewer/publiclibs-darwin/downloads/jsoncpp-0.5.0-darwin-201407201523.tar.bz2</string>
+              <string>https://bitbucket.org/alchemyviewer/publiclibs-darwin/downloads/jsoncpp-e384e49-darwin-201411060014.tar.bz2</string>
             </map>
             <key>name</key>
             <string>darwin</string>
@@ -1176,6 +1178,8 @@
             <string>windows</string>
           </map>
         </map>
+        <key>version</key>
+        <string>e384e49</string>
       </map>
       <key>kdu</key>
       <map>
diff --git a/indra/cmake/JsonCpp.cmake b/indra/cmake/JsonCpp.cmake
index df975ffa2d4397af9b35520e9a65d5fbe8fb4d43..7291d2cfe3eb956337068f103de17cd4902f7aa7 100755
--- a/indra/cmake/JsonCpp.cmake
+++ b/indra/cmake/JsonCpp.cmake
@@ -14,7 +14,7 @@ else (USESYSTEMLIBS)
       debug jsoncppd.lib
       optimized jsoncpp.lib)
   elseif (DARWIN)
-    set(JSONCPP_LIBRARIES libjson_darwin_libmt.a)
+    set(JSONCPP_LIBRARIES libjsoncpp.a)
   elseif (LINUX)
     set(JSONCPP_LIBRARIES libjson_linux-gcc-4.1.3_libmt.a)
   endif (WINDOWS)