<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b25b86cd318b3d227d867b4552aca4e725bf6d52">https://github.com/macports/macports-ports/commit/b25b86cd318b3d227d867b4552aca4e725bf6d52</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 b25b86cd318 libvirt: Also set PATH during build phase
</span>b25b86cd318 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit b25b86cd318b3d227d867b4552aca4e725bf6d52
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu May 18 04:29:58 2023 -0500
<span style='display:block; white-space:pre;color:#404040;'> libvirt: Also set PATH during build phase
</span>---
sysutils/libvirt/Portfile | 3 +++
1 file changed, 3 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/libvirt/Portfile b/sysutils/libvirt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2a97467e382..44f124e772c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/libvirt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/libvirt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,7 +64,10 @@ patchfiles-append meson.build.patch
</span> # libvirt build scripts require python 3.x
configure.python ${prefix}/bin/python${python_branch}
configure.perl ${prefix}/bin/perl5
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Some build scripts run "python3"
</span> configure.env PATH=${frameworks_dir}/Python.framework/Versions/${python_branch}/bin:$env(PATH)
<span style='display:block; white-space:pre;background:#e0ffe0;'>+build.env {*}${configure.env}
</span>
configure.args -Dapparmor=disabled \
-Dattr=disabled \
</pre><pre style='margin:0'>
</pre>