aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/btqueue/files/FBSD4-patch-BitTorrent_defaultargs.py
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/btqueue/files/FBSD4-patch-BitTorrent_defaultargs.py')
-rw-r--r--net-p2p/btqueue/files/FBSD4-patch-BitTorrent_defaultargs.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-p2p/btqueue/files/FBSD4-patch-BitTorrent_defaultargs.py b/net-p2p/btqueue/files/FBSD4-patch-BitTorrent_defaultargs.py
new file mode 100644
index 000000000000..2c781458d3c4
--- /dev/null
+++ b/net-p2p/btqueue/files/FBSD4-patch-BitTorrent_defaultargs.py
@@ -0,0 +1,14 @@
+--- BitTorrent/defaultargs.py.orig Mon Apr 3 14:57:11 2006
++++ BitTorrent/defaultargs.py Mon Apr 3 15:11:49 2006
+@@ -29,10 +29,7 @@
+
+ import os
+ ### add your favorite here
+-BAD_LIBC_WORKAROUND_DEFAULT = MYFALSE
+-if os.name == 'posix':
+- if os.uname()[0] in ['Darwin']:
+- BAD_LIBC_WORKAROUND_DEFAULT = MYTRUE
++BAD_LIBC_WORKAROUND_DEFAULT = MYTRUE
+
+ MIN_INCOMPLETE = 100
+ if os.name == 'nt':