<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0545d118a527dd33d4494bc2bc6985bdbc34c936">https://github.com/macports/macports-ports/commit/0545d118a527dd33d4494bc2bc6985bdbc34c936</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 0545d11  octave: Fix patch failure with Xcode 6
</span>0545d11 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0545d118a527dd33d4494bc2bc6985bdbc34c936
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Oct 6 12:18:22 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    octave: Fix patch failure with Xcode 6
</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/57262
</span>---
 math/octave/files/clang-libcxx-fix.patch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/octave/files/clang-libcxx-fix.patch b/math/octave/files/clang-libcxx-fix.patch
</span><span style='display:block; white-space:pre;color:#808080;'>index a045580..db2a96f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/octave/files/clang-libcxx-fix.patch
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/octave/files/clang-libcxx-fix.patch
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -86,8 +86,8 @@ diff -r 91a6f06c5052 -r 1433cd4f7b7b liboctave/operators/libcxx-fix.h
</span> +}
 +
 +}
<span style='display:block; white-space:pre;background:#ffe0e0;'>---- liboctave/operators/mx-inlines.cc.orig      2017-11-10 03:50:04.000000000 -0700
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+++ liboctave/operators/mx-inlines.cc      2017-11-10 04:24:07.000000000 -0700
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- liboctave/operators/mx-inlines.cc.orig 2018-08-09 13:20:32.000000000 -0500
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ liboctave/operators/mx-inlines.cc      2018-10-06 12:03:38.000000000 -0500
</span> @@ -408,11 +408,20 @@
  // Let the compiler decide which pow to use, whichever best matches the
  // arguments provided.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -128,7 +128,7 @@ diff -r 91a6f06c5052 -r 1433cd4f7b7b liboctave/operators/libcxx-fix.h
</span> +#if defined(_LIBCPP_VERSION) && (_LIBCPP_VERSION >= 1101)
 +  using libcxx_fix::pow;
 +#else
<span style='display:block; white-space:pre;background:#ffe0e0;'>- using std::pow;
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   using std::pow;
</span> +#endif
  
    for (size_t i = 0; i < n; i++)
</pre><pre style='margin:0'>

</pre>