Changeset 99495


Ignore:
Timestamp:
Nov 7, 2012, 8:40:42 PM (12 years ago)
Author:
ryandesign@…
Message:

tcl: remove -arch flags from tclConfig.sh (#23707)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/tcl/Portfile

    r97105 r99495  
    55name          tcl
    66version       8.5.12
    7 revision      1
     7revision      2
    88# Tk (x11/tk) port depends on this version
    99categories    lang
     
    3232configure.cppflags-delete  -I${prefix}/include
    3333configure.ldflags-delete   -L${prefix}/lib
     34
     35post-configure {
     36    reinplace -E {s|-arch [^ ]+||g} ${worksrcpath}/tclConfig.sh
     37}
    3438
    3539destroot.destdir  INSTALL_ROOT=${destroot}
Note: See TracChangeset for help on using the changeset viewer.