<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/62e778142e126c0bd5aaea2323ee739d774a2640">https://github.com/macports/macports-ports/commit/62e778142e126c0bd5aaea2323ee739d774a2640</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 62e778142e1 mpv: fix waftools patch
</span>62e778142e1 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 62e778142e126c0bd5aaea2323ee739d774a2640
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Mon Nov 23 14:01:42 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    mpv: fix waftools patch
</span>---
 .../files/patch-waftools-detection-compiler-py-no-tautological.diff   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/mpv/files/patch-waftools-detection-compiler-py-no-tautological.diff b/multimedia/mpv/files/patch-waftools-detection-compiler-py-no-tautological.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index d31e2a801fb..5150529dcc7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/mpv/files/patch-waftools-detection-compiler-py-no-tautological.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/mpv/files/patch-waftools-detection-compiler-py-no-tautological.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,12 +1,12 @@
</span> --- waftools/detections/compiler.py.orig  2019-01-25 19:30:16.000000000 -0800
 +++ waftools/detections/compiler.py    2019-01-25 19:30:34.000000000 -0800
<span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -47,9 +47,7 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -54,9 +54,7 @@
</span>                         "-Wno-unused-result"]
  
  def __add_clang_flags__(ctx):
 -    ctx.env.CFLAGS += ["-Wno-logical-op-parentheses", "-fcolor-diagnostics",
 -                       "-Wno-tautological-compare",
<span style='display:block; white-space:pre;background:#ffe0e0;'>--                       "-Wno-tautological-constant-out-of-range-compare" ]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-                       "-Wno-tautological-constant-out-of-range-compare"]
</span> +    ctx.env.CFLAGS += ["-Wno-logical-op-parentheses", "-fcolor-diagnostics"]
  
  def __add_mswin_flags__(ctx):
</pre><pre style='margin:0'>

</pre>