Ticket #33756: Portfile-arb.diff
File Portfile-arb.diff, 1.1 KB (added by matt.cottrell@…, 13 years ago) |
---|
-
Portfile
old new 6 6 name arb 7 7 epoch 1 8 8 version 5.3 9 revision 1 9 10 categories science 10 11 maintainers me.com:matt.cottrell 11 12 platforms darwin … … 39 40 port:lynx \ 40 41 port:gsed \ 41 42 port:sablotron \ 42 port:mesa \43 43 port:glw \ 44 44 port:glew \ 45 port:tiff \46 port:libpng \47 45 port:xfig \ 48 46 port:gv \ 49 47 port:xorg-libXaw … … 88 86 ARBHOME=${worksrcpath} \ 89 87 PATH=${worksrcpath}/bin:$env(PATH) 90 88 91 if {${configure.compiler} == " llvm-gcc-4.2"} {92 configure.compiler clang89 if {${configure.compiler} == "clang"} { 90 configure.compiler llvm-gcc-4.2 93 91 } 94 92 95 93 build.args GCC=${configure.cc} \