diff options
author | Marius Kintel <marius@kintel.net> | 2013-12-05 17:20:40 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-12-05 17:20:40 (GMT) |
commit | 301ef946f05a320768d4b8f974a95e2a04a5fc0d (patch) | |
tree | b6f9be6bfe5f03ccc5c711445622038892485357 /patches/qt4/patch-src_corelib_global_qglobal.h.diff | |
parent | 89c21d07c46294e7c28f8852a89550b17d7a4402 (diff) |
Qt4 patches to make it build on 10.9
Diffstat (limited to 'patches/qt4/patch-src_corelib_global_qglobal.h.diff')
-rw-r--r-- | patches/qt4/patch-src_corelib_global_qglobal.h.diff | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/patches/qt4/patch-src_corelib_global_qglobal.h.diff b/patches/qt4/patch-src_corelib_global_qglobal.h.diff new file mode 100644 index 0000000..8c55c5a --- /dev/null +++ b/patches/qt4/patch-src_corelib_global_qglobal.h.diff @@ -0,0 +1,14 @@ +--- src/corelib/global/qglobal.h.orig 2013-06-07 07:16:52.000000000 +0200 ++++ src/corelib/global/qglobal.h 2013-10-27 14:05:22.000000000 +0100 +@@ -327,7 +327,10 @@ + # if !defined(MAC_OS_X_VERSION_10_8) + # define MAC_OS_X_VERSION_10_8 MAC_OS_X_VERSION_10_7 + 1 + # endif +-# if (MAC_OS_X_VERSION_MAX_ALLOWED > MAC_OS_X_VERSION_10_8) ++# if !defined(MAC_OS_X_VERSION_10_9) ++# define MAC_OS_X_VERSION_10_9 MAC_OS_X_VERSION_10_8 + 1 ++# endif ++# if (MAC_OS_X_VERSION_MAX_ALLOWED > MAC_OS_X_VERSION_10_9) + # warning "This version of Mac OS X is unsupported" + # endif + #endif |