<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/5d416e2d1cdef7f51b7b3b08c663057df5f02396">https://github.com/macports/macports-ports/commit/5d416e2d1cdef7f51b7b3b08c663057df5f02396</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 5d416e2d1cd libheif: add comment, re: disabling dynamic plugins See: https://github.com/macports/macports-ports/commit/7c19fe8639848aeee9f112d6ddc77547ce94eb2f#r112557719
</span>5d416e2d1cd is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5d416e2d1cdef7f51b7b3b08c663057df5f02396
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sun May 28 10:15:59 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    libheif: add comment, re: disabling dynamic plugins
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://github.com/macports/macports-ports/commit/7c19fe8639848aeee9f112d6ddc77547ce94eb2f#r112557719
</span>---
 multimedia/libheif/Portfile | 3 +++
 1 file changed, 3 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 a261c2c95f8..4c4af8cf01a 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;'>@@ -35,6 +35,9 @@ depends_lib-append \
</span>                             port:webp \
                             port:x265
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Disable dynamic plugin loading, due to upstream issue:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#   clang: error: invalid argument '-compatibility_version 1.0.0' only allowed with '-dynamiclib'
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# We don't lose any functionality though, as we're building with everything enabled as built-ins.
</span> configure.args-append \
                             -DENABLE_PLUGIN_LOADING:BOOL=OFF
 
</pre><pre style='margin:0'>

</pre>