diff options
author | mezz <mezz@FreeBSD.org> | 2008-05-03 07:27:21 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-05-03 07:27:21 +0800 |
commit | 6bfe2934afc05cb2e7bb31a5d00bfdfee14a6880 (patch) | |
tree | 3634f369aa40d3b45b8af6690758f38be20753d0 /net-p2p/deluge/files | |
parent | a28a179d830f88e95a74cb514e746e2516d3306e (diff) | |
download | freebsd-ports-gnome-6bfe2934afc05cb2e7bb31a5d00bfdfee14a6880.tar.gz freebsd-ports-gnome-6bfe2934afc05cb2e7bb31a5d00bfdfee14a6880.tar.zst freebsd-ports-gnome-6bfe2934afc05cb2e7bb31a5d00bfdfee14a6880.zip |
Update to 0.5.9.0.
Diffstat (limited to 'net-p2p/deluge/files')
-rw-r--r-- | net-p2p/deluge/files/patch-setup.py | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/net-p2p/deluge/files/patch-setup.py b/net-p2p/deluge/files/patch-setup.py index cce0a37ee814..e858b8b661bf 100644 --- a/net-p2p/deluge/files/patch-setup.py +++ b/net-p2p/deluge/files/patch-setup.py @@ -1,13 +1,14 @@ ---- setup.py.orig 2008-02-29 12:23:50.000000000 -0600 -+++ setup.py 2008-02-29 12:25:51.000000000 -0600 -@@ -103,13 +103,13 @@ +--- setup.py.orig 2008-05-01 11:22:01.000000000 -0500 ++++ setup.py 2008-05-01 11:24:16.000000000 -0500 +@@ -103,14 +103,14 @@ "-DHAVE_INCLUDE_LIBTORRENT_ASIO_SSL_STREAM_HPP=1", "-DHAVE_INCLUDE_LIBTORRENT_ASIO_IP_TCP_HPP=1", "-DHAVE_PTHREAD=1", "-DTORRENT_USE_OPENSSL=1", "-DHAVE_SSL=1", -- "-DNDEBUG=1", "-O2"] +- "-DNDEBUG=1", '-O2'] + "-DNDEBUG=1"] - if ARCH == "x64": - EXTRA_COMPILE_ARGS.append("-DAMD64") + # Done through debian/rules, as all arches are not handled + # if ARCH == "x64": + # EXTRA_COMPILE_ARGS.append("-DAMD64") includedirs = ['./libtorrent', './libtorrent/include', './libtorrent/include/libtorrent', @@ -16,7 +17,7 @@ if OS == "linux": if os.path.exists(os.path.join(sysconfig.get_config_vars()['LIBDIR'], \ -@@ -148,7 +148,7 @@ +@@ -149,7 +149,7 @@ boost_thread = "boost_thread-mt" librariestype = [boost_filesystem, boost_date_time, @@ -25,7 +26,7 @@ if os == "linux": librariestype += ['rt'] -@@ -205,8 +205,10 @@ +@@ -210,8 +210,10 @@ sources.remove('libtorrent/src/file_win.cpp') deluge_core = Extension('deluge_core', include_dirs = includedirs, |