<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/55f9ca7ab743910988d3c31de22d35cc7fe903cf">https://github.com/macports/macports-ports/commit/55f9ca7ab743910988d3c31de22d35cc7fe903cf</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 55f9ca7 qt53-qtbase: fix 32bit build
</span>55f9ca7 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 55f9ca7ab743910988d3c31de22d35cc7fe903cf
</span>Author: ken-cunningham-webuse <ken.cunningham.webuse@gmail.com>
AuthorDate: Sun Apr 28 17:14:00 2019 -0700
<span style='display:block; white-space:pre;color:#404040;'> qt53-qtbase: fix 32bit build
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> build with 64 bit compatible structures even when building 32 bit
</span><span style='display:block; white-space:pre;color:#404040;'> this is how qt53 is written
</span><span style='display:block; white-space:pre;color:#404040;'> placed in clang-mac.conf so this will be available for +universal as well
</span><span style='display:block; white-space:pre;color:#404040;'> this does not change 64bit bit builds, so no revbump required
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> closes: https://trac.macports.org/ticket/58390
</span>---
aqua/qt53/files/patch-mkspecs.diff | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt53/files/patch-mkspecs.diff b/aqua/qt53/files/patch-mkspecs.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index 16a5364..5f43327 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt53/files/patch-mkspecs.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt53/files/patch-mkspecs.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,7 +2,7 @@ diff --git mkspecs/common/clang-mac.conf mkspecs/common/clang-mac.conf
</span> index 3280274f..38f0bd34 100644
--- mkspecs/common/clang-mac.conf
+++ mkspecs/common/clang-mac.conf
<span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -6,5 +6,7 @@ QMAKE_OBJCXXFLAGS_USE_PRECOMPILE = $$QMAKE_CFLAGS_USE_PRECOMPILE
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -6,5 +6,8 @@ QMAKE_OBJCXXFLAGS_USE_PRECOMPILE = $$QMAKE_CFLAGS_USE_PRECOMPILE
</span>
QMAKE_XCODE_GCC_VERSION = com.apple.compilers.llvm.clang.1_0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,8 +10,9 @@ index 3280274f..38f0bd34 100644
</span> -QMAKE_LFLAGS_CXX11 += -stdlib=libc++
+QMAKE_CXXFLAGS_CXX11 += -stdlib=__MACPORTS_CXX_STDLIB__
+QMAKE_LFLAGS_CXX11 += -stdlib=__MACPORTS_CXX_STDLIB__
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+QMAKE_CXXFLAGS += -stdlib=__MACPORTS_CXX_STDLIB__
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+QMAKE_LFLAGS += -stdlib=__MACPORTS_CXX_STDLIB__
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++QMAKE_CXXFLAGS += -stdlib=__MACPORTS_CXX_STDLIB__
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++QMAKE_LFLAGS += -stdlib=__MACPORTS_CXX_STDLIB__
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++DEFINES += NS_BUILD_32_LIKE_64
</span> diff --git mkspecs/common/clang.conf mkspecs/common/clang.conf
index d58b44b2..2ad29ef3 100644
--- mkspecs/common/clang.conf
</pre><pre style='margin:0'>
</pre>