Skip to content

Commit

Permalink
Aseprite: Use macOS 14 deployment target on macOS >= 15
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandesign committed Sep 22, 2024
1 parent 890623a commit 157582e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions graphics/Aseprite/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@ cmake.generator Ninja
supported_archs arm64 x86_64
universal_variant no

# https://github.com/aseprite/laf/issues/108
if {[vercmp ${macosx_deployment_target} >= 15.0]} {
macosx_deployment_target 14.0
}

# The cmake portgroup clears configure.*_archflags at pre-configure time
# so we have to save it before then.
set archflags [get_canonical_archflags]
Expand Down

0 comments on commit 157582e

Please sign in to comment.