New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79521


Ignore:
Timestamp:
06/16/11 09:25:42 (4 years ago)
Author:
jeremyhu@…
Message:

p7zip: Build for the correct architecture

File:
1 edited

Legend:

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

    r77581 r79521  
    55name            p7zip 
    66version         9.20.1 
     7revision        1 
    78categories      archivers 
    89maintainers     nomaintainer 
     
    3334    reinplace "s|CC=cc |CC=${configure.cc} |g" \ 
    3435            ${worksrcpath}/makefile.machine 
     36    reinplace "s|-m32||g" \ 
     37            ${worksrcpath}/makefile.machine 
    3538    if {[variant_isset universal]} { 
    3639        reinplace "s|\$(LOCAL_FLAGS)|${configure.universal_cflags} \$(LOCAL_FLAGS)|g" \ 
Note: See TracChangeset for help on using the changeset viewer.