summaryrefslogtreecommitdiff
path: root/lang/python22-pth/patches/patch-aj
blob: 4b6aa1fe4d9f353df1880ae805d6f83373e3c442 (plain)
1
2
3
4
5
6
7
8
9
10
11
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