summaryrefslogtreecommitdiff
path: root/lang/python23/patches
diff options
context:
space:
mode:
authordrochner <drochner>2005-07-29 13:27:26 +0000
committerdrochner <drochner>2005-07-29 13:27:26 +0000
commitd5a6f7d36c75d660a7ccef35bcf9021702cabd74 (patch)
tree5574c7f519209c793937355ada28ed767d7e894a /lang/python23/patches
parentf62399167236edd787693b8ba8b5634707152db6 (diff)
downloadpkgsrc-d5a6f7d36c75d660a7ccef35bcf9021702cabd74.tar.gz
make the fcntl selftest recognize "netbsd3" so that the right
structure padding is used not application relevant, so I abstain from bumping PKGREVISION
Diffstat (limited to 'lang/python23/patches')
-rw-r--r--lang/python23/patches/patch-af4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python23/patches/patch-af b/lang/python23/patches/patch-af
index f37eb2a88cc..c0e325af65e 100644
--- a/lang/python23/patches/patch-af
+++ b/lang/python23/patches/patch-af
@@ -1,4 +1,4 @@
-$NetBSD: patch-af,v 1.2 2004/06/10 10:13:06 recht Exp $
+$NetBSD: patch-af,v 1.3 2005/07/29 13:27:26 drochner Exp $
--- Lib/test/test_fcntl.py.orig 2002-07-23 21:03:51.000000000 +0200
+++ Lib/test/test_fcntl.py
@@ -7,7 +7,7 @@ $NetBSD: patch-af,v 1.2 2004/06/10 10:13:06 recht Exp $
start_len = "qq"
-if sys.platform in ('netbsd1', 'Darwin1.2', 'darwin',
-+if sys.platform in ('netbsd1', 'netbsd2', 'Darwin1.2', 'darwin',
++if sys.platform in ('netbsd1', 'netbsd2', 'netbsd3', 'Darwin1.2', 'darwin',
'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5',
'bsdos2', 'bsdos3', 'bsdos4',
'openbsd', 'openbsd2', 'openbsd3'):