Changeset 98159


Ignore:
Timestamp:
Sep 26, 2012, 7:08:31 PM (12 years ago)
Author:
macsforever2000@…
Message:

fastcap-wr: blacklist clang so it builds with Xcode 4.4+. Use the right compiler.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/fastcap-wr/Portfile

    r60362 r98159  
    3030use_parallel_build no
    3131
     32# This port does not build with clang
     33compiler.blacklist      clang
     34
     35build.args-append       CC=${configure.cc} \
     36                        CXX=${configure.cxx} \
     37                        CPP=${configure.cpp}
     38
    3239destroot {
    3340    xinstall -m 755 -W ${worksrcpath}/bin busgen capgen cubegen fastcap pipedgen pyragen ${destroot}${prefix}/bin
Note: See TracChangeset for help on using the changeset viewer.