Ticket #33756: Portfile-arb.diff

File Portfile-arb.diff, 1.1 KB (added by matt.cottrell@…, 12 years ago)

Now sets llvm-gcc-4.2 as the compiler

  • Portfile

    old new  
    66name                    arb
    77epoch                   1
    88version                 5.3
     9revision                1
    910categories              science
    1011maintainers             me.com:matt.cottrell
    1112platforms               darwin
     
    3940                        port:lynx \
    4041                        port:gsed \
    4142                        port:sablotron \
    42                         port:mesa \
    4343                        port:glw \
    4444                        port:glew \
    45                         port:tiff \
    46                         port:libpng \
    4745                        port:xfig \
    4846                        port:gv \
    4947                        port:xorg-libXaw
     
    8886                        ARBHOME=${worksrcpath} \
    8987                        PATH=${worksrcpath}/bin:$env(PATH)
    9088
    91 if {${configure.compiler} == "llvm-gcc-4.2"} {
    92     configure.compiler clang
     89if {${configure.compiler} == "clang"} {
     90    configure.compiler llvm-gcc-4.2
    9391}
    9492
    9593build.args              GCC=${configure.cc} \