These are the CMake updates for new libraries built using the same system used on Windows. You just need to install a few homebrew packages and then run "make install", and it will create the library folder totally automated.
https://github.com/brechtvl/blender_dependencies/commits/apple
The plan is to commit the libraries in a new lib/darwin/ folder. They can be used when enabling WITH_CXX11, but you need to do a clean build to clear old stuff from the cache properly.
Xcode 8 + custom clang 3.5 with OpenMP is not currently working with the old or new libraries, we need clang 3.9 to be compatible with the 10.12 SDK headers. For that we might still add a clang 3.9 build to the library folder.