Skip to content

Commit

Permalink
gtk2: fix for macOS 15 (macports#25847)
Browse files Browse the repository at this point in the history
* Another victim of the ScreenCaptureKit requirement, CGWindowListCreateImage is removed in SDK 15
* Set macosx_deployment_target to 14

Closes: https://trac.macports.org/ticket/70774
  • Loading branch information
markemer authored Sep 21, 2024
1 parent ddfc463 commit ca67d66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gnome/gtk2/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ dist_subdir ${my_name}
use_xz yes
master_sites gnome:sources/${proj_name}/${branch}/

platform darwin 24 {
macosx_deployment_target 14.0
}

minimum_xcodeversions {9 3.1}

checksums rmd160 85333860bdeda25f28c45177fe08d5f0914d4e52 \
Expand Down

0 comments on commit ca67d66

Please sign in to comment.