Ticket #32295: Portfile-libtorrent.diff

File Portfile-libtorrent.diff, 452 bytes (added by gardnermj@…, 12 years ago)
  • Portfile

    old new  
    4040        ${destroot}${docdir}
    4141}
    4242
     43# libtorrent doesn't currently build with clang
     44# should be fixed in next upstream release, though
     45if {${configure.compiler} == "clang"} {
     46    configure.compiler llvm-gcc-4.2
     47}
     48
    4349if {${os.platform} == "darwin" && ${os.major} <= 9} {
    4450    # currently broken, ticket #27289
    4551    pre-fetch {