Ticket #34922: Portfile-osh.diff

File Portfile-osh.diff, 484 bytes (added by jan+mp@…, 12 years ago)

new patch - updated on 2012-06-22

  • Portfile

    old new  
    2828
    2929build.args      PREFIX=${prefix}
    3030
     31# Ensure use of the correct build utilities.
     32build.args-append       CC=${configure.cc} CPP=${configure.cpp}
     33
     34# Ensure use of the correct build_arch.
     35build.args-append       CFLAGS="[get_canonical_archflags]" \
     36                        LDFLAGS="[get_canonical_archflags]"
     37
    3138destroot.args   PREFIX=${prefix}
    3239destroot.target install install-doc install-exp
    3340