<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/b0ce2741726ba44fd2468c334e459acae151a0be">https://github.com/macports/macports-ports/commit/b0ce2741726ba44fd2468c334e459acae151a0be</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 b0ce2741726 iaito: macOS 12 build fix
</span>b0ce2741726 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b0ce2741726ba44fd2468c334e459acae151a0be
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Thu Jun 10 19:12:25 2021 +0800

<span style='display:block; white-space:pre;color:#404040;'>    iaito: macOS 12 build fix
</span>---
 devel/iaito/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/iaito/Portfile b/devel/iaito/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5e352af2af6..0a6c4e4e532 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/iaito/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/iaito/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -54,6 +54,7 @@ proc python-depends {python_branch} {
</span>                             CONFIG+=IAITO_ENABLE_PYTHON_BINDINGS \
                             INCLUDEPATH+=${python_framework}/Versions/${python_branch}/include/python${python_branch}/ \
                             LIBS+="-L${python_framework}/Versions/${python_branch}/lib -lpython${python_branch}" \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                            LIBS+=-F${frameworks_dir} \
</span>                             QMAKE_RPATHDIR+=${python_framework}/Versions/${python_branch}/lib/python${python_branch}/site-packages/shiboken2/ \
                             QMAKE_RPATHDIR+=${python_framework}/Versions/${python_branch}/lib/python${python_branch}/site-packages/PySide2/ \
                             PYTHON_FRAMEWORK_DIR=${python_framework} \
</pre><pre style='margin:0'>

</pre>