Ticket #10906: libtorrent.patch
File libtorrent.patch, 922 bytes (added by ehainry@…, 18 years ago) |
---|
-
Portfile.
old new 2 2 3 3 PortSystem 1.0 4 4 name libtorrent 5 version 0. 9.35 version 0.10.3 6 6 categories net 7 7 maintainers toby@opendarwin.org 8 8 description BitTorrent library … … 13 13 homepage http://libtorrent.rakshasa.no/ 14 14 platforms darwin 15 15 master_sites ${homepage}downloads/ 16 checksums sha1 a4e2f80ce631f46100b69451bb4416544374cfd116 checksums sha1 6f71cb3b05650f81a34eb34186415c75f877027a 17 17 18 depends_build port:pkgconfig 19 depends_lib port:openssl port:libsigcxx2 port:gcc34 18 depends_lib port:openssl port:libsigcxx2 port:pkgconfig port:zlib 19 20 configure.env CFLAGS=-I${prefix}/include CXXFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib 20 21 21 configure.env CC=${prefix}/bin/gcc-dp-3.4 CXX=${prefix}/bin/g++-dp-3.422 22