New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82483


Ignore:
Timestamp:
08/14/11 07:20:57 (4 years ago)
Author:
jmr@…
Message:

nawk: restore cflags that were incorrectly removed in r82456

File:
1 edited

Legend:

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

    r82456 r82483  
    2424 
    2525configure { 
    26         reinplace s|__CFLAGS__|[get_canonical_archflags]| ${worksrcpath}/makefile 
     26        reinplace "s|__CFLAGS__|${configure.cflags} [get_canonical_archflags]|" ${worksrcpath}/makefile 
    2727        reinplace s|__CC__|${configure.cc}| ${worksrcpath}/makefile 
    2828} 
Note: See TracChangeset for help on using the changeset viewer.