neobytes/depends/patches
UdjinM6 a450553847
Fix qt configure to detect clang version correctly (#2344)
> /usr/bin/xcrun -sdk macosx clang -v
Apple LLVM version 10.0.0 (clang-1000.11.45.2)
Target: x86_64-apple-darwin18.0.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

Before:
> XCRUN=`/usr/bin/xcrun -sdk macosx clang -v 2>&1`; echo "$XCRUN" | sed -n 's/.*version \([0-9]\).*/\1/p'
1

After:
> XCRUN=`/usr/bin/xcrun -sdk macosx clang -v 2>&1`; echo "$XCRUN" | sed -n 's/.*version \([0-9]*\).*/\1/p'
10
2018-10-20 17:08:23 +03:00
..
native_biplist Merge #8373: Fix OSX non-deterministic dmg 2017-12-11 08:30:26 +01:00
native_cdrkit depends: add shared dependency builder 2014-08-08 15:10:46 -04:00
native_mac_alias depends: mac deploy Py3 compatibility 2017-12-20 08:49:46 +01:00
qt Fix qt configure to detect clang version correctly (#2344) 2018-10-20 17:08:23 +03:00
zeromq Merge #8238: [WIP][depends] ZeroMQ 4.1.5 && ZMQ on Windows 2018-01-08 18:04:55 +01:00