Ticket #65354: Portfile-safeAreaInsets.diff
File Portfile-safeAreaInsets.diff, 1.2 KB (added by Gandoon (Erik Hedlund), 2 years ago) |
---|
-
Portfile
old new 4 4 PortGroup github 1.0 5 5 PortGroup xcodeversion 1.0 6 6 7 8 if {${os.major} > 17} { 7 if {${os.major} > 19} { 9 8 version 3.4.15 10 9 revision 3 11 10 checksums rmd160 a5319483e324f6408952d6db41a45860bd90cb20 \ … … 14 13 patchfiles patch-Makefile-XC10.diff \ 15 14 patch-remove-sparkle-3.4.diff \ 16 15 patch-nsur.diff 16 } elseif {${os.major} > 17} { 17 # For at least up to MacOS 10.15 (os.major 19) safeAreaInsets breaks the build of 3.4.15. Patch fixes this. 18 version 3.4.15 19 revision 3 20 checksums rmd160 a5319483e324f6408952d6db41a45860bd90cb20 \ 21 sha256 2348fa198a36cd003a124573cb547f2da8266252479db70e60e17cdcfe32d89d \ 22 size 29047663 23 patchfiles patch-Makefile-XC10.diff \ 24 patch-remove-sparkle-3.4.diff \ 25 patch-nsur.diff \ 26 patch-safeAreaInsets-fix.diff 17 27 } elseif {${os.major} > 16} { 18 28 version 3.3.12 19 29 revision 2