New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82687


Ignore:
Timestamp:
08/18/11 02:38:30 (4 years ago)
Author:
afb@…
Message:

have libtool sort out the linker flag mess instead

File:
1 edited

Legend:

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

    r82686 r82687  
    4040    patchfiles-append patch-configure.ac.diff 
    4141    use_autoconf yes 
     42} 
     43 
     44post-patch { 
     45    reinplace {/ZZIPLIB_LDFLAGS=/s/--export-dynamic/-export-dynamic/} \ 
     46        ${worksrcpath}/configure 
    4247} 
    4348 
Note: See TracChangeset for help on using the changeset viewer.