diff options
Diffstat (limited to 'lang/python24/patches/patch-ae')
-rw-r--r-- | lang/python24/patches/patch-ae | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/python24/patches/patch-ae b/lang/python24/patches/patch-ae deleted file mode 100644 index ba3058d0eb2..00000000000 --- a/lang/python24/patches/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ae,v 1.5 2007/06/08 14:16:16 wiz Exp $ - ---- Lib/test/test_fcntl.py.orig 2006-10-03 13:08:57.000000000 +0000 -+++ Lib/test/test_fcntl.py -@@ -20,7 +20,7 @@ else: - if sys.platform.startswith('atheos'): - start_len = "qq" - --if sys.platform in ('netbsd1', 'netbsd2', 'Darwin1.2', 'darwin', -+if sys.platform in ('netbsd1', 'netbsd2', 'netbsd3', 'Darwin1.2', 'darwin', - 'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5', 'freebsd6', - 'bsdos2', 'bsdos3', 'bsdos4', - 'openbsd', 'openbsd2', 'openbsd3', 'openbsd4'): |