<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e72840e118333d829d7af1d0fde55396a9910fdb">https://github.com/macports/macports-ports/commit/e72840e118333d829d7af1d0fde55396a9910fdb</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit e72840e118333d829d7af1d0fde55396a9910fdb
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Thu Apr 21 04:10:42 2022 -0700
<span style='display:block; white-space:pre;color:#404040;'> legacy-support: fix build on Mac OS X Tiger
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> See
</span><span style='display:block; white-space:pre;color:#404040;'> https://github.com/macports/macports-legacy-support/pull/48#issuecomment-1104395506
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> No revbump since port either builds correctly or not at all.
</span>---
devel/legacy-support/Portfile | 4 ++++
1 file changed, 4 insertions(+)
<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 29b1a65887b..16f5d0f4498 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;'>@@ -65,7 +65,11 @@ destroot.env PREFIX=${prefix}
</span>
# install Tiger-specific fixes
platform darwin 8 {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ # there is no system copyfile.h, so find local copy
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.cflags-append -isystem${worksrcpath}/tiger_only/include
</span> post-destroot {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ # use Tiger version of copyfile.h
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ delete ${destroot}${prefix}/include/LegacySupport/copyfile.h
</span> # Copy all tiger specific 'binaries' and includes
tiger_copy ${worksrcpath}/tiger_only/bin ${destroot}${prefix}/bin/
tiger_copy ${worksrcpath}/tiger_only/include ${destroot}${prefix}/include/LegacySupport/
</pre><pre style='margin:0'>
</pre>