Ticket #52546: ctorrent-sierra-fix.diff

File ctorrent-sierra-fix.diff, 615 bytes (added by ken-cunningham-webuse, 8 years ago)
  • /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/net/ctorrent/Portfile

    old new  
    2525maintainers         rene \
    2626                    openmaintainer
    2727
     28# ticket 52546
     29platform darwin 16 {
     30    post-configure {
     31         reinplace "s|typedef int clockid_t;|//typedef int clockid_t;|g" ${worksrcpath}/compat.h
     32    }
     33}
     34
     35
    2836platforms           darwin
    2937depends_lib         path:lib/libssl.dylib:openssl
    3038