New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82561


Ignore:
Timestamp:
08/15/11 13:20:47 (4 years ago)
Author:
ryandesign@…
Message:

pianobar: simplify setting archflags; see #30802

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/audio/pianobar/Portfile

    r80953 r82561  
    3333 
    3434variant universal {} 
    35 if {[variant_isset universal]} { 
    36     set archflags ${configure.universal_cflags} 
    37 } else { 
    38     set archflags ${configure.cc_archflags} 
    39 } 
    4035 
    4136build.target                ${name} 
    4237 
    43 build.args                  CC="${configure.cc} ${archflags}" \ 
     38build.args                  CC="${configure.cc} [get_canonical_archflags]" \ 
    4439                            PREFIX=${prefix} \ 
    4540                            CFLAGS=-std=c99 \ 
Note: See TracChangeset for help on using the changeset viewer.