[MacPorts] SequoiaProblems modified

MacPorts Wiki noreply at macports.org
Wed Sep 25 20:57:49 UTC 2024


Page "SequoiaProblems" was changed by ryandesign
Diff URL: <https://trac.macports.org/wiki/SequoiaProblems?action=diff&version=9>
Revision 9
Comment: Revise ScreenCaptureKit workaround to check macosx_deployment_target not the macOS version
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: SequoiaProblems
=========================================================================
--- SequoiaProblems (version: 8)
+++ SequoiaProblems (version: 9)
@@ -39,9 +39,9 @@
 
 Needs to set `macosx_deployment_target` to 14 or below.
 
-Solution for most ports:
+Workaround for most ports:
 {{{
-platform darwin 24 {
+if {${os.platform} eq "darwin" && [vercmp ${macosx_deployment_target} >= 15.0]} {
     macosx_deployment_target 14.0
 }
 }}}
-------8<------8<------8<------8<------8<------8<------8<------8<--------

--
Page URL: <https://trac.macports.org/wiki/SequoiaProblems>
MacPorts <https://www.macports.org/>
Ports system for macOS

This is an automated message. Someone added your email address to be
notified of changes on 'SequoiaProblems' page.
If it was not you, please report to admin at macports.org.


More information about the macports-changes mailing list