Ticket #37237: Portfile-widelands.diff
File Portfile-widelands.diff, 628 bytes (added by gilles.risch@…, 12 years ago) |
---|
-
Portfile
old new 6 6 7 7 name widelands 8 8 version build17 9 revision 29 revision 3 10 10 categories games 11 11 platforms darwin 12 12 maintainers nomaintainer … … 46 46 configure.compiler llvm-gcc-4.2 47 47 } 48 48 49 # https://trac.macports.org/ticket/37237 50 if {${configure.compiler} == "gcc-4.0"} { 51 configure.compiler gcc-4.2 52 } 53 49 54 configure.args ../ \ 50 55 -DCMAKE_INSTALL_PREFIX:PATH="${applications_dir}/Widelands.app/Contents/MacOS" 51 56