You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
supertuxkart: fix build on 10.9 and earlier
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user