summaryrefslogtreecommitdiff
path: root/lang/python20/patches
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2005-07-29 13:27:26 +0000
committerdrochner <drochner@pkgsrc.org>2005-07-29 13:27:26 +0000
commit3b80fee363e67571da467e325f1c7b751208234a (patch)
tree5574c7f519209c793937355ada28ed767d7e894a /lang/python20/patches
parent47041a947f3baee271c3f351077be04fea3ee97e (diff)
downloadpkgsrc-3b80fee363e67571da467e325f1c7b751208234a.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/python20/patches')
-rw-r--r--lang/python20/patches/patch-bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python20/patches/patch-bb b/lang/python20/patches/patch-bb
index d4701552bea..38e62362a03 100644
--- a/lang/python20/patches/patch-bb
+++ b/lang/python20/patches/patch-bb
@@ -1,4 +1,4 @@
-$NetBSD: patch-bb,v 1.1 2004/08/29 10:44:19 recht Exp $
+$NetBSD: patch-bb,v 1.2 2005/07/29 13:27:26 drochner Exp $
--- Lib/test/test_fcntl.py.orig 2004-08-28 19:24:26.000000000 +0200
+++ Lib/test/test_fcntl.py 2004-08-28 19:25:18.000000000 +0200
@@ -7,7 +7,7 @@ $NetBSD: patch-bb,v 1.1 2004/08/29 10:44:19 recht Exp $
print 'Status from fnctl with O_NONBLOCK: ', rv
-if sys.platform in ('netbsd1', 'Darwin1.2',
-+if sys.platform in ('netbsd1', 'netbsd2', 'Darwin1.2',
++if sys.platform in ('netbsd1', 'netbsd2', 'netbsd3', 'Darwin1.2',
'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5',
'bsdos2', 'bsdos3', 'bsdos4',
'openbsd', 'openbsd2'):