<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/b11faed22522e827899f5c54e9187031ddbd592b">https://github.com/macports/macports-ports/commit/b11faed22522e827899f5c54e9187031ddbd592b</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 b11faed  boost: add asm and cflags to build
</span>b11faed is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b11faed22522e827899f5c54e9187031ddbd592b
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Tue Aug 20 09:21:14 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    boost: add asm and cflags to build
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    this passes the arch flags needed to enable +universal
</span><span style='display:block; white-space:pre;color:#404040;'>    closes: https://trac.macports.org/ticket/58846
</span><span style='display:block; white-space:pre;color:#404040;'>    see: https://trac.macports.org/ticket/55857
</span>---
 devel/boost/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/boost/Portfile b/devel/boost/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c573e88..a1b51ba 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/boost/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/boost/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -142,7 +142,7 @@ post-configure {
</span> 
     # see https://trac.macports.org/ticket/55857
     # see https://svn.boost.org/trac10/ticket/13454
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    write_jam "using darwin : : ${configure.cxx} : <cxxflags>\"${configure.cxxflags} [get_canonical_archflags cxx] ${cxx_stdlibflags}\" ${compileflags} <linkflags>\"${configure.ldflags} ${cxx_stdlibflags}\" : ;"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    write_jam "using darwin : : ${configure.cxx} : <asmflags>\"${configure.cflags} [get_canonical_archflags cc]\" <cflags>\"${configure.cflags} [get_canonical_archflags cc]\" <cxxflags>\"${configure.cxxflags} [get_canonical_archflags cxx] ${cxx_stdlibflags}\" ${compileflags} <linkflags>\"${configure.ldflags} ${cxx_stdlibflags}\" : ;"
</span> 
 }
 
</pre><pre style='margin:0'>

</pre>