<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-legacy-support.
</pre>
<p><a href="https://github.com/macports/macports-legacy-support/commit/736d5ddf50588e533b8a0686b5583cc25e4279ae">https://github.com/macports/macports-legacy-support/commit/736d5ddf50588e533b8a0686b5583cc25e4279ae</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 736d5ddf50588e533b8a0686b5583cc25e4279ae
</span>Author: Fred Wright <fw@fwright.net>
AuthorDate: Sun Jun 15 11:36:41 2025 -0700
<span style='display:block; white-space:pre;color:#404040;'> Clarify __MPLS_TARGET_OSVER usage.
</span>---
include/MacportsLegacySupport.h | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/include/MacportsLegacySupport.h b/include/MacportsLegacySupport.h
</span><span style='display:block; white-space:pre;color:#808080;'>index 763db12..d87e6e5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/include/MacportsLegacySupport.h
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/include/MacportsLegacySupport.h
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -76,7 +76,10 @@
</span> * the condition with __APPLE__.
*
* We also allow the definition to be overridden for special circumstances,
<span style='display:block; white-space:pre;background:#ffe0e0;'>- * though this isn't normally necessary.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * though this isn't normally necessary. In particular, overriding the
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * default is *not* necessary just to build the library for an alternate
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * target OS; that should be done via the usual target settings, which will
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * in turn be picked up by the definition here.
</span> */
#ifndef __MPLS_TARGET_OSVER
#if __APPLE__
</pre><pre style='margin:0'>
</pre>