Ticket #19679: Portfile-llvm-A.diff
File Portfile-llvm-A.diff, 594 bytes (added by macports@…, 15 years ago) |
---|
-
Portfile.
old new 4 4 5 5 name llvm 6 6 version 2.6 7 revision 17 revision 2 8 8 categories lang 9 9 platforms darwin 10 10 use_parallel_build yes … … 61 61 } 62 62 } 63 63 64 post-activate { 65 file link -symbolic /usr/lib/libLTO.dylib ${prefix}/lib/libLTO.dylib 66 } 67 64 68 variant ocaml description {Enable generation of OCaml binding} { 65 69 depends_build-append port:ocaml 66 70 depends_lib-append port:ocaml