<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1f814d39b5a3fad7b58fc6c5dd591a6070b7ad09">https://github.com/macports/macports-ports/commit/1f814d39b5a3fad7b58fc6c5dd591a6070b7ad09</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 1f814d39b5a3fad7b58fc6c5dd591a6070b7ad09
</span>Author: Marcus Calhoun-Lopez <marcuscalhounlopez@gmail.com>
AuthorDate: Sun Aug 20 10:25:05 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    botan: fix universal build
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Use eval to avoid extra braces around CXX=....
</span>---
 security/botan/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/botan/Portfile b/security/botan/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7ec9fa6..eb539c8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/botan/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/botan/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -75,7 +75,7 @@ if {![variant_isset universal]} {
</span> } else {
     # the arch flag is lost in the build phase, so put it back
     foreach arch ${configure.universal_archs} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        lappend merger_build_args(${arch}) CXX='${configure.cxx} -arch ${arch}'
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        eval lappend merger_build_args(${arch}) CXX='${configure.cxx} -arch ${arch}'
</span>     }
 }
 
</pre><pre style='margin:0'>

</pre>