Ticket #32667: Portfile.diff

File Portfile.diff, 450 bytes (added by mklein-de (Michael Klein), 12 years ago)
  • Portfile

     
    3232
    3333build.args      CC=${configure.cc} \
    3434                CFLAGS="${configure.cflags} [get_canonical_archflags]" \
    35                 OPTIMIZE="${configure.cflags} [get_canonical_archflags]"
     35                LDFLAGS="${configure.ldflags} [get_canonical_archflags]"
    3636
    3737destroot.env    LANG=C
    3838