Ticket #44545: Portfile-arb-blacklist.diff
File Portfile-arb-blacklist.diff, 953 bytes (added by ryandesign (Ryan Carsten Schmidt), 10 years ago) |
---|
-
Portfile
2 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup compiler_blacklist_versions 1.0 5 6 6 7 name arb 7 8 epoch 2 … … 81 83 ARBHOME=${worksrcpath} \ 82 84 PATH=${worksrcpath}/bin:$env(PATH) 83 85 84 compiler.blacklist *llvm-gcc-4.286 compiler.blacklist *gcc-4.0 *gcc-4.2 {clang < 138} 85 87 86 # https://trac.macports.org/ticket/3375687 platform darwin {88 if {${os.major} <= 10} {89 depends_lib90 depends_run91 pre-fetch {92 ui_error "${name} @${version} requires OS X 10.7 Lion or greater."93 error "unsupported platform"94 }95 }96 }97 98 88 build.args-append CXX=${configure.cxx} \ 99 89 CC=${configure.cc} 100 90