<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ad28ad514a1f2d37b09cb982bf669e8743cad721">https://github.com/macports/macports-ports/commit/ad28ad514a1f2d37b09cb982bf669e8743cad721</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 ad28ad514a1 legacy-support-devel: optool still not working on arm
</span>ad28ad514a1 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ad28ad514a1f2d37b09cb982bf669e8743cad721
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat May 1 12:43:36 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    legacy-support-devel: optool still not working on arm
</span>---
 devel/legacy-support/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/legacy-support/Portfile b/devel/legacy-support/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d46ba1c7fe3..a5609ef4b8f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/legacy-support/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/legacy-support/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -87,7 +87,7 @@ platform darwin 8 {
</span> # on newer systems as the reexport link option to /usr/lib/libSystem.B.dylib
 # does not work, due to the file system library cache added in macOS11.
 # Fallback to using optool here. Optool also currently not working on arm.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if { ${os.major} > ${max_darwin_reexport} } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if { ${build_arch} ne "arm64" && ${os.major} > ${max_darwin_reexport} } {
</span>     depends_build-append port:optool
     post-destroot {
         set legSupp   ${prefix}/lib/libMacportsLegacySupport.dylib
</pre><pre style='margin:0'>

</pre>