New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81896


Ignore:
Timestamp:
08/06/11 05:50:18 (4 years ago)
Author:
jmr@…
Message:

ecm: fix build by re-adding disabling of configure phase that was removed in r28963, and use correct compiler and arch flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/archivers/ecm/Portfile

    r57375 r81896  
    3030} 
    3131 
     32use_configure   no 
     33 
    3234build { 
    33     foreach {bin} {ecm unecm} { 
     35    foreach bin {ecm unecm} { 
    3436        system "cd ${worksrcpath} && \ 
    35             gcc [join ${configure.cflags} " "] ${bin}.c -o ${bin}" 
     37            ${configure.cc} ${configure.cflags} [get_canonical_archflags] ${bin}.c -o ${bin}" 
    3638    } 
    3739} 
     
    5052livecheck.url   ${homepage} 
    5153livecheck.regex "ECM v(\\d+(?:\\.\\d+)*)" 
    52  
Note: See TracChangeset for help on using the changeset viewer.