New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79547


Ignore:
Timestamp:
06/17/11 15:12:38 (4 years ago)
Author:
ryandesign@…
Message:

CronniX: remove arch code now handled by xcode portgroup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/aqua/CronniX/Portfile

    r74772 r79547  
    2525    system service that allows scheduled execution of scripts and programs. 
    2626 
    27 variant universal { 
    28     eval build.args-append      "ARCHS='${configure.universal_archs}'" 
    29     eval destroot.args-append   "ARCHS='${configure.universal_archs}'" 
    30 } 
    31 if {![variant_isset universal]} { 
    32     set arch ${os.arch} 
    33     if {! [string compare ${os.arch} powerpc]} { 
    34         set arch ppc 
    35     } 
    36     build.args-append           ARCHS=${arch} 
    37     destroot.args-append        ARCHS=${arch} 
    38 } 
    39  
    4027post-destroot { 
    4128    fs-traverse dir ${destroot} { 
Note: See TracChangeset for help on using the changeset viewer.