Ticket #19679: Portfile-llvm-A.diff

File Portfile-llvm-A.diff, 594 bytes (added by macports@…, 14 years ago)
  • Portfile.

    old new  
    44
    55name                    llvm
    66version                 2.6
    7 revision                1
     7revision                2
    88categories              lang
    99platforms               darwin
    1010use_parallel_build      yes
     
    6161    }
    6262}
    6363
     64post-activate {
     65    file link -symbolic /usr/lib/libLTO.dylib ${prefix}/lib/libLTO.dylib
     66}
     67
    6468variant ocaml description {Enable generation of OCaml binding} {
    6569    depends_build-append port:ocaml
    6670    depends_lib-append   port:ocaml