diff options
author | Marius Kintel <marius@kintel.net> | 2013-12-06 06:08:29 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-12-06 06:08:29 (GMT) |
commit | 941b56e7f851f1cdb987224ec49310062d2400d3 (patch) | |
tree | ffad8bf0554463b3f2869ae697e86b18bce9840d /patches/qt4/patch-src_corelib_global_qglobal.h.diff | |
parent | f2fe074e1d947f74e34833453cc613e46e5450a6 (diff) | |
parent | ede5c4b6882692dc28fc7017c4aeb87ec9222f8e (diff) |
Merge branch 'master' of github.com:openscad/openscad
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 |