supertuxkart: fix build on 10.9 and earlier

This commit is contained in:
Evan Miller
2022-02-17 19:16:21 -05:00
committed by Ken
parent f33635a023
commit 53cdabfdf0
+3 -1
View File
@@ -29,7 +29,9 @@ master_sites sourceforge:project/${name}/SuperTuxKart/${version}
# Remove Homebrew and -arch flag cruft
patchfiles-append patch-supertuxkart-cmake.diff
compiler.cxx_standard 2011
# Need a C++14 compatible compiler in order to resolve:
# error: chosen constructor is explicit in copy-initialization
compiler.cxx_standard 2014
platform darwin {
post-patch {
reinplace "s|10\.9|${macosx_deployment_target}|g" ${worksrcpath}/data/SuperTuxKart-Info.plist