Files
pkgsrc-ng/net/bittorrent/patches/patch-ac
2013-09-26 17:14:40 +02:00

14 lines
491 B
Plaintext

$NetBSD: patch-ac,v 1.6 2006/02/26 22:43:33 tron Exp $
--- BitTorrent/defaultargs.py.orig 2006-01-31 20:16:34.000000000 +0000
+++ BitTorrent/defaultargs.py 2006-02-26 16:55:40.000000000 +0000
@@ -31,7 +31,7 @@
### add your favorite here
BAD_LIBC_WORKAROUND_DEFAULT = MYFALSE
if os.name == 'posix':
- if os.uname()[0] in ['Darwin']:
+ if os.uname()[0] in ['Darwin', 'DragonFly', 'FreeBSD', 'NetBSD', 'OpenBSD']:
BAD_LIBC_WORKAROUND_DEFAULT = MYTRUE
MIN_INCOMPLETE = 100