Ticket #19679: Portfile-llvm-C.diff
File Portfile-llvm-C.diff, 687 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 … … 59 59 delete ${item} 60 60 } 61 61 } 62 63 file mkdir ${destroot}${prefix}/libexec/gcc/i686-apple-darwin${os.major}/4.2.1 64 file link -symbolic ${destroot}${prefix}/libexec/gcc/i686-apple-darwin${os.major}/4.2.1/ld [exec xcode-select -print-path]/usr/bin/ld 62 65 } 63 66 64 67 variant ocaml description {Enable generation of OCaml binding} {