Ticket #37237: Portfile-widelands.diff

File Portfile-widelands.diff, 628 bytes (added by gilles.risch@…, 11 years ago)
  • Portfile

    old new  
    66
    77name                widelands
    88version             build17
    9 revision            2
     9revision            3
    1010categories          games
    1111platforms           darwin
    1212maintainers         nomaintainer
     
    4646    configure.compiler llvm-gcc-4.2
    4747}
    4848
     49# https://trac.macports.org/ticket/37237
     50if {${configure.compiler} == "gcc-4.0"} {
     51    configure.compiler gcc-4.2
     52}
     53
    4954configure.args      ../ \
    5055                    -DCMAKE_INSTALL_PREFIX:PATH="${applications_dir}/Widelands.app/Contents/MacOS"
    5156