Changeset 98466


Ignore:
Timestamp:
Oct 5, 2012, 9:48:41 PM (12 years ago)
Author:
adfernandes@…
Message:

devel/boost: ensure that user-config.jam is always written (#36485)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/boost/Portfile

    r98435 r98466  
    6262}
    6363
    64 configure.cmd       ./bootstrap.sh
    65 configure.args      --without-libraries=python \
    66                     --without-libraries=mpi \
    67                     --with-icu=${prefix}
    68 
    69 configure.universal_args
    70 
    7164# It turns out that ccache and distcc can produce boost libraries that, although they
    7265# compile without warning, have all sorts of runtime errors especially with pointer corruption.
     
    7568configure.distcc    no
    7669
     70configure.cmd       ./bootstrap.sh
     71configure.args      --without-libraries=python \
     72                    --without-libraries=mpi \
     73                    --with-icu=${prefix}
     74
     75configure.universal_args
     76
    7777post-configure {
     78
    7879    reinplace -E "s|-install_name \"|&${prefix}/lib/|" \
    7980        ${worksrcpath}/tools/build/v2/tools/darwin.jam
     81
     82    write_jam "using darwin : : ${configure.cxx} ;"
     83
    8084}
    8185
Note: See TracChangeset for help on using the changeset viewer.