New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80332


Ignore:
Timestamp:
07/08/11 23:22:05 (4 years ago)
Author:
ryandesign@…
Message:

arj: enable universal variant

File:
1 edited

Legend:

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

    r80327 r80332  
    4545                    patch-uxspec.c 
    4646 
    47 universal_variant   no 
     47post-patch { 
     48    # as: Flag option -o has already been seen! 
     49    reinplace {s|-o$@|-o $@|g} ${worksrcpath}/gnu/makefile.in 
     50} 
     51 
     52if {[variant_isset universal]} { 
     53    set archflags ${configure.universal_cflags} 
     54} else { 
     55    set archflags ${configure.cc_archflags} 
     56} 
    4857 
    4958build.target        prepare all 
    50 build.args          CC="${configure.cc} ${configure.cc_archflags}" 
     59build.args          CC="${configure.cc} ${archflags}" 
    5160 
    5261livecheck.type      regex 
Note: See TracChangeset for help on using the changeset viewer.