summaryrefslogtreecommitdiff
path: root/lang/python22-pth
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2003-04-08 18:42:39 +0000
committerdrochner <drochner@pkgsrc.org>2003-04-08 18:42:39 +0000
commit014ddf5590c73004d967c2d5f90759917f4dff51 (patch)
treed73db858156b5fcf99f9be66d734f585d875fbe2 /lang/python22-pth
parentc02f8a41c0fe42ccaeea16103bb2203db2fb3a3a (diff)
downloadpkgsrc-014ddf5590c73004d967c2d5f90759917f4dff51.tar.gz
Make this compile on -current -- undef "_POSIX_THREADS" so that it
doesn't confuse the thread library selection mechanism
Diffstat (limited to 'lang/python22-pth')
-rw-r--r--lang/python22-pth/distinfo3
-rw-r--r--lang/python22-pth/patches/patch-aj12
2 files changed, 14 insertions, 1 deletions
diff --git a/lang/python22-pth/distinfo b/lang/python22-pth/distinfo
index be9079e1555..6abfc48ac39 100644
--- a/lang/python22-pth/distinfo
+++ b/lang/python22-pth/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2003/04/08 18:33:00 drochner Exp $
+$NetBSD: distinfo,v 1.3 2003/04/08 18:42:39 drochner Exp $
SHA1 (Python-2.2.2.tgz) = 52e5dc6273c83973f8fc92a7f19c15f97e59fc0e
Size (Python-2.2.2.tgz) = 6669400 bytes
@@ -9,5 +9,6 @@ SHA1 (patch-af) = a2b23859941766319f638e40c49b5af3f504ef52
SHA1 (patch-ag) = 46ce7c0e3dfdeb971a253bdcbbdd19b10a78c6c2
SHA1 (patch-ah) = 2a068e6adb789397c64dc7b6ce8901c677edb13f
SHA1 (patch-ai) = 252f70aa3a9a0b2cca4810f2c47eba0e988da073
+SHA1 (patch-aj) = ccf82a79c38f848d31f5193b561be5a44481fedc
SHA1 (patch-ba) = 5e47b2e75ea40682216e42fbf8b971432836afdc
SHA1 (patch-bb) = 238f713b049fe2d9cd7e1142dfd0d8c32a53982e
diff --git a/lang/python22-pth/patches/patch-aj b/lang/python22-pth/patches/patch-aj
new file mode 100644
index 00000000000..4b6aa1fe4d9
--- /dev/null
+++ b/lang/python22-pth/patches/patch-aj
@@ -0,0 +1,12 @@
+$NetBSD: patch-aj,v 1.1 2003/04/08 18:42:40 drochner Exp $
+
+--- Python/thread.c.orig 2003-04-08 20:30:53.000000000 +0200
++++ Python/thread.c 2003-04-08 20:33:45.000000000 +0200
+@@ -107,6 +107,7 @@
+
+ #ifdef HAVE_PTH
+ #include "thread_pth.h"
++#undef _POSIX_THREADS
+ #endif
+
+ #ifdef _POSIX_THREADS