<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/c880625a26df203ebf6394236a983251d45f841c">https://github.com/macports/macports-ports/commit/c880625a26df203ebf6394236a983251d45f841c</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 c880625  mpv: reinstate patch to support older gcc versions
</span>c880625 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c880625a26df203ebf6394236a983251d45f841c
</span>Author: Ken <21211439+kencu@users.noreply.github.com>
AuthorDate: Fri Jan 25 16:53:39 2019 -0800

<span style='display:block; white-space:pre;color:#404040;'>    mpv: reinstate patch to support older gcc versions
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    "-Wno-unused-result" is not recognized by older gccs
</span><span style='display:block; white-space:pre;color:#404040;'>    closes: https://trac.macports.org/ticket/57663
</span>---
 multimedia/mpv/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/mpv/Portfile b/multimedia/mpv/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5e4518a..b7324c4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/mpv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/mpv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -237,6 +237,7 @@ platform darwin {
</span>     # Also fix some other minor compile issues only manifesting on 10.6 and below along the way.
     if {${os.major} < 11} {
         patchfiles-append   patch-audio_out_ao_coreaudio_utils.c-add-missing-header-for-getpid.diff
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        patchfiles-append   patch-waftools_detections_compiler.py-support-older-GCC.diff
</span> 
         notes-append {
                         On systems older than Lion (10.7) or on architectures other than x86_64, Cocoa output support is not available.
</pre><pre style='margin:0'>

</pre>