pkgsrc/lang/python21-pth/patches/patch-ag
drochner 3b06f84ae0 Build a Python version with thread support. For now, we only have
devel/pth, which tends to coredumps sometimes. But a number of Python
packages insists in threads, so we have to start somewhere.
2002-08-20 19:58:58 +00:00

13 lines
350 B
Text

$NetBSD: patch-ag,v 1.1.1.1 2002/08/20 19:58:58 drochner Exp $
--- Include/patchlevel.h.orig Tue Aug 20 19:53:31 2002
+++ Include/patchlevel.h Tue Aug 20 19:54:05 2002
@@ -26,7 +26,7 @@
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "2.1.3"
+#define PY_VERSION "2p1.3"
/* Historic */
#define PATCHLEVEL "2.1.3"