Ticket #10906: libtorrent.patch

File libtorrent.patch, 922 bytes (added by ehainry@…, 18 years ago)

Patch for libtorrent Portfile

  • Portfile.

    old new  
    22
    33PortSystem 1.0
    44name             libtorrent
    5 version          0.9.3
     5version          0.10.3
    66categories       net
    77maintainers      toby@opendarwin.org
    88description      BitTorrent library
     
    1313homepage         http://libtorrent.rakshasa.no/
    1414platforms        darwin
    1515master_sites     ${homepage}downloads/
    16 checksums        sha1 a4e2f80ce631f46100b69451bb4416544374cfd1
     16checksums        sha1 6f71cb3b05650f81a34eb34186415c75f877027a
    1717
    18 depends_build    port:pkgconfig
    19 depends_lib      port:openssl port:libsigcxx2 port:gcc34
     18depends_lib      port:openssl port:libsigcxx2 port:pkgconfig port:zlib
     19
     20configure.env   CFLAGS=-I${prefix}/include CXXFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
    2021
    21 configure.env   CC=${prefix}/bin/gcc-dp-3.4 CXX=${prefix}/bin/g++-dp-3.4
    2222