<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/a49fb8d20c3de75ccdc9d3caeeb9c87abfeaa8b3">https://github.com/macports/macports-ports/commit/a49fb8d20c3de75ccdc9d3caeeb9c87abfeaa8b3</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 a49fb8d20c3 mozjs68: specify PYTHON3 / fix Mojave build
</span>a49fb8d20c3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a49fb8d20c3de75ccdc9d3caeeb9c87abfeaa8b3
</span>Author: Evan Miller <emmiller@gmail.com>
AuthorDate: Sun Feb 27 22:43:44 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    mozjs68: specify PYTHON3 / fix Mojave build
</span>---
 lang/mozjs68/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/mozjs68/Portfile b/lang/mozjs68/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 051039bf936..c9350971ad7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/mozjs68/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/mozjs68/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,6 +37,7 @@ depends_build       port:autoconf213 \
</span>                     port:cargo \
                     port:pkgconfig \
                     port:python27 \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:python39 \
</span>                     port:yasm
 
 depends_lib         port:nspr \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -79,6 +80,7 @@ configure.python    ${prefix}/bin/python2.7
</span> # to ensure that mozglue is statically linked.
 configure.env-append \
                     SHELL=/bin/bash \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    PYTHON3=${prefix}/bin/python3.9 \
</span>                     JS_STANDALONE=1
 
 configure.dir       ${worksrcpath}/js/src/obj
</pre><pre style='margin:0'>

</pre>