Ticket #32503: Portfile.diff
File Portfile.diff, 388 bytes (added by rudloff@…, 13 years ago) |
---|
-
Portfile
old new 61 61 } 62 62 } 63 63 64 platform darwin 8 { 65 configure.args-delete --enable-shared 66 } 64 67 65 68 post-extract { 66 69 system "cd ${worksrcpath}/tools && svn co -r ${svn.revision} http://llvm.org/svn/llvm-project/cfe/branches/release_29 clang"