<pre style='margin:0'>
Aaron Madlon-Kay (amake) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8c043b5f9a5093f443011ddcc901a5b5013d54b7">https://github.com/macports/macports-ports/commit/8c043b5f9a5093f443011ddcc901a5b5013d54b7</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 8c043b5f9a5 emacs{-app}-devel: correct native compilation flag
</span>8c043b5f9a5 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 8c043b5f9a5093f443011ddcc901a5b5013d54b7
</span>Author: Aaron Madlon-Kay <amake@macports.org>
AuthorDate: Fri Apr 23 16:36:25 2021 +0900
<span style='display:block; white-space:pre;color:#404040;'> emacs{-app}-devel: correct native compilation flag
</span>---
editors/emacs/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/editors/emacs/Portfile b/editors/emacs/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 08699f5aee8..6a93cc1ab61 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/editors/emacs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/editors/emacs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -127,7 +127,7 @@ if {$subport eq "emacs-devel" || $subport eq "emacs-app-devel"} {
</span> depends_lib-append port:gcc10
configure.install ${prefix}/bin/ginstall
<span style='display:block; white-space:pre;background:#ffe0e0;'>- configure.args-append --with-nativecomp
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-append --with-native-compilation
</span>
compiler.cpath-prepend ${prefix}/include/gcc10
compiler.library_path-prepend \
</pre><pre style='margin:0'>
</pre>