<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/63b34f8bb0eb432d4baf7f57e158eafdbc16cd54">https://github.com/macports/macports-ports/commit/63b34f8bb0eb432d4baf7f57e158eafdbc16cd54</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 63b34f8bb0e auto-multiple-choice/auto-multiple-choice-devel: pass chosen compiler to makefile - Makefile references GCC/GCC_PP, rather than CXX. Fixes builds across-the-board. Closes: https://trac.macports.org/ticket/63738
</span>63b34f8bb0e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 63b34f8bb0eb432d4baf7f57e158eafdbc16cd54
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sun Oct 31 14:12:49 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    auto-multiple-choice/auto-multiple-choice-devel: pass chosen compiler to makefile
</span><span style='display:block; white-space:pre;color:#404040;'>    - Makefile references GCC/GCC_PP, rather than CXX. Fixes builds across-the-board.
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/63738
</span>---
 x11/auto-multiple-choice/Portfile | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/auto-multiple-choice/Portfile b/x11/auto-multiple-choice/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ed7f8788228..9d881f822c9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/auto-multiple-choice/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/auto-multiple-choice/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem              1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup               makefile 1.0
</span> PortGroup               perl5 1.0
 PortGroup               texlive 1.0
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -55,8 +56,14 @@ distfiles               ${name}_${version}_dist${extract.suffix}
</span> 
 use_configure           no
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard   2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_build           port:gmake
 build.cmd               ${prefix}/bin/gmake
<span style='display:block; white-space:pre;background:#e0ffe0;'>+build.args              AMCCONF=macports \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        BASEPATH=${prefix} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        GCC="${configure.cxx}" \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        GCC_PP="${configure.cxx}"
</span> 
 depends_run             \
                         port:gdk-pixbuf2 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -92,9 +99,6 @@ depends_run             \
</span>                         port:texlive-latex-extra \
                         port:unzip
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-build.args              AMCCONF=macports \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        BASEPATH=${prefix}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> pre-build {
     build.post_args-append PERLDIR=${perl5.lib}
     if {![variant_isset mactex]} {
</pre><pre style='margin:0'>

</pre>