New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79550


Ignore:
Timestamp:
06/17/11 18:13:23 (4 years ago)
Author:
jeremyhu@…
Message:

mercurial: Use configure.cc_archflags in case the default does not match MacPorts arch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/mercurial/Portfile

    r79548 r79550  
    3737        reinplace "s/-arch i386 -arch x86_64/${configure.universal_cflags}/" ${worksrcpath}/setup.py 
    3838    } else { 
    39         reinplace "s/-arch i386 -arch x86_64//" ${worksrcpath}/setup.py 
     39        reinplace "s/-arch i386 -arch x86_64/${configure.cc_archflags}/" ${worksrcpath}/setup.py 
    4040    } 
    4141} 
Note: See TracChangeset for help on using the changeset viewer.