<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/220b61f65ba5b3aa22cea53d762552213becec2d">https://github.com/macports/macports-ports/commit/220b61f65ba5b3aa22cea53d762552213becec2d</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 220b61f65ba libheif: fix for non-portable-include-path See: https://trac.macports.org/ticket/67404
</span>220b61f65ba is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 220b61f65ba5b3aa22cea53d762552213becec2d
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Wed May 24 11:00:33 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    libheif: fix for non-portable-include-path
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/67404
</span>---
 multimedia/libheif/Portfile | 8 ++++++++
 1 file changed, 8 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/libheif/Portfile b/multimedia/libheif/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9fa88b469f5..39a503397ec 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/libheif/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/libheif/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,6 +37,14 @@ depends_lib-append \
</span> configure.args-append \
                             -DENABLE_PLUGIN_LOADING:BOOL=OFF
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Fix for error: non-portable path to file <DAV1D/xxx.h> and <AOM/xxx.h>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/ticket/67404
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cxxflags-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            -Wno-nonportable-include-path \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            -Wno-error=nonportable-include-path \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            -Wno-error=unknown-warning-option \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            -Wno-unknown-warning-option
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> compiler.cxx_standard       2011
 
 variant tests description {Enable tests} {
</pre><pre style='margin:0'>

</pre>