diff options
Diffstat (limited to 'lang/python23-nth/patches/patch-aa')
-rw-r--r-- | lang/python23-nth/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/python23-nth/patches/patch-aa b/lang/python23-nth/patches/patch-aa new file mode 100644 index 00000000000..b66239f5b4d --- /dev/null +++ b/lang/python23-nth/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2005/01/23 22:57:19 recht Exp $ + +--- Include/patchlevel.h.orig 2004-05-19 05:14:27.000000000 +0200 ++++ Include/patchlevel.h 2004-06-02 14:00:51.000000000 +0200 +@@ -26,7 +26,7 @@ + #define PY_RELEASE_SERIAL 0 + + /* Version as a string */ +-#define PY_VERSION "2.3.4" ++#define PY_VERSION "2n3.4" + + /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. + Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */ |