Changeset 98920


Ignore:
Timestamp:
Oct 21, 2012, 12:32:27 AM (12 years ago)
Author:
ryandesign@…
Message:

exodriver: ensure we're using the right -arch flags and add universal variant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/exodriver/Portfile

    r98823 r98920  
    2828use_parallel_build  no
    2929
    30 build.args-append   CC=${configure.cc} \
    31                     CXX=${configure.cxx} \
     30variant universal {}
     31
     32build.args-append   CC="${configure.cc} [get_canonical_archflags cc]" \
     33                    CXX="${configure.cxx} [get_canonical_archflags cxx]" \
    3234                    CPP=${configure.cpp}
    3335
Note: See TracChangeset for help on using the changeset viewer.