<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/cbd43b4cc7f137336b20865e161675849507fb83">https://github.com/macports/macports-ports/commit/cbd43b4cc7f137336b20865e161675849507fb83</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 cbd43b4  gnuradio-devel: tweak patch
</span>cbd43b4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cbd43b4cc7f137336b20865e161675849507fb83
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Thu Apr 5 14:19:46 2018 -0400

<span style='display:block; white-space:pre;color:#404040;'>    gnuradio-devel: tweak patch
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    doesn't impact functionality, just matches the other changes now
</span>---
 science/gnuradio/files/patch-fix_clang.devel.diff | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gnuradio/files/patch-fix_clang.devel.diff b/science/gnuradio/files/patch-fix_clang.devel.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index 2542c41..911c0ae 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gnuradio/files/patch-fix_clang.devel.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gnuradio/files/patch-fix_clang.devel.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,7 +14,7 @@
</span>  IF(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
      SET(CMAKE_CXX_STANDARD 98)
 -ELSEIF(CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+ELSEIF(CMAKE_CXX_COMPILER_ID MATCHES ".*Clang")
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++ELSEIF(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
</span>      SET(CMAKE_CXX_STANDARD 98)
  ELSEIF(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
      SET(CMAKE_CXX_STANDARD 98)
</pre><pre style='margin:0'>

</pre>