New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 83138


Ignore:
Timestamp:
08/26/11 05:08:29 (4 years ago)
Author:
jmr@…
Message:

mesa: use get_canonical_archflags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/mesa/Portfile

    r83132 r83138  
    6161 
    6262variant universal {} 
    63 if {[variant_isset universal]} { 
    64     set extra_cflags ${configure.universal_cflags} 
    65     set extra_ldflags ${configure.universal_ldflags} 
    66 } else { 
    67     set extra_cflags ${configure.cc_archflags} 
    68     set extra_ldflags ${configure.ld_archflags} 
    69 } 
    70  
    71 if {$extra_cflags != ""} { 
    72     append build.args " " RC_CFLAGS="${extra_cflags}" 
    73 } 
     63build.args-append RC_CFLAGS="[get_canonical_archflags]" 
    7464 
    7565if { ![file exists /usr/include/Xplugin.h] } { 
Note: See TracChangeset for help on using the changeset viewer.