neobytes/depends/patches/qt
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
..
fix_qt_configure.patch Fix qt configure to detect clang version correctly (#2344) 2018-10-20 17:08:23 +03:00
fix_qt_pkgconfig.patch Merge #9469: [depends] Qt 5.7.1 2018-01-21 12:48:32 +01:00
fix-cocoahelpers-macos.patch Backport: Fix Qt build with XCode (for depends) (#2325) 2018-09-30 14:03:13 +03:00
fix-xcb-include-order.patch Merge #9469: [depends] Qt 5.7.1 2018-01-21 12:48:32 +01:00
mac-qmake.conf Merge #9646: depends: Fix cross build for qt5.7 2018-01-21 12:48:34 +01:00
mingw-uuidof.patch Merge #9469: [depends] Qt 5.7.1 2018-01-21 12:48:32 +01:00
pidlist_absolute.patch Merge #9469: [depends] Qt 5.7.1 2018-01-21 12:48:32 +01:00
qfixed-coretext.patch Backport: Fix Qt build with XCode (for depends) (#2325) 2018-09-30 14:03:13 +03:00