New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79340


Ignore:
Timestamp:
06/09/11 14:41:23 (4 years ago)
Author:
and.damore@…
Message:

miniupnpc: ensure we're UsingTheRightCompiler, fixed a Makefile issue with resulting library install_name, revision bumped, epoch cleared

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/miniupnpc/Portfile

    r79142 r79340  
    66name                miniupnpc 
    77version             1.5 
    8 epoch               2 
     8revision            1 
    99categories          net 
    1010platforms           darwin 
     
    2020                    sha1    53ceae5515a547fed28b93bd5abba517586b0b3e \ 
    2121                    rmd160  8989965305c56ac89011db7cdaf8955f4bb95eba 
     22 
    2223use_configure       no 
     24build.args-append   CC=${configure.cc} 
     25 
     26post-patch { 
     27    reinplace "s|-Wl,-install_name,|-Wl,-install_name,${prefix}/lib/|" ${worksrcpath}/Makefile 
     28} 
     29 
    2330destroot.destdir    PREFIX=${prefix} INSTALLPREFIX=${destroot}${prefix} 
    2431 
Note: See TracChangeset for help on using the changeset viewer.