diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-01-07 08:32:54 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-01-07 08:32:54 +0000 |
commit | dccefb8a4b9bb644e2da8824b59d548ff80fe881 (patch) | |
tree | ca80dc7a97f77cf12bf4cfd7806fd17449f91b5d /lang/python15/files/patch-ab | |
parent | Upgrade to 1.0b9b. (diff) |
Make python work with threads again. Looks like our libc_r implements
an older draft of the pthread standard.
Diffstat (limited to '')
-rw-r--r-- | lang/python15/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/python15/files/patch-ab b/lang/python15/files/patch-ab new file mode 100644 index 000000000000..13737981fa0a --- /dev/null +++ b/lang/python15/files/patch-ab @@ -0,0 +1,11 @@ +--- Python/thread_pthread.h.orig Tue Jun 3 00:25:45 1997 ++++ Python/thread_pthread.h Tue Jan 6 19:20:08 1998 +@@ -66,7 +66,7 @@ + # define PY_PTHREAD_D7 + # endif + +-#elif defined(__DGUX) ++#elif defined(__DGUX) || defined(__FreeBSD__) + # define PY_PTHREAD_D6 + + #else /* Default case */ |