1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/lang/python15/files/patch-ab
Thomas Gellekum dccefb8a4b Make python work with threads again. Looks like our libc_r implements
an older draft of the pthread standard.
1998-01-07 08:32:54 +00:00

12 lines
291 B
Plaintext

--- 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 */