summaryrefslogtreecommitdiff
path: root/lang/python15/files
diff options
context:
space:
mode:
authorPeter Hawkins <thepish@FreeBSD.org>1999-02-16 13:59:42 +0000
committerPeter Hawkins <thepish@FreeBSD.org>1999-02-16 13:59:42 +0000
commitc6c926d903f16850acc3400cd3d82b05260e4b91 (patch)
tree5a1a098c6e01826f1b1854a4cb47b0ba01730340 /lang/python15/files
parentUnbreak. (diff)
upgrade to 1.5.2b1 (fixes build problem along the way)
Notes
Notes: svn path=/head/; revision=16735
Diffstat (limited to 'lang/python15/files')
-rw-r--r--lang/python15/files/patch-ab20
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/python15/files/patch-ab b/lang/python15/files/patch-ab
deleted file mode 100644
index 9ed08036511d..000000000000
--- a/lang/python15/files/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
-*** Python/importdl.c.orig Tue Sep 29 12:17:52 1998
---- Python/importdl.c Tue Sep 29 12:18:40 1998
-***************
-*** 211,217 ****
- extern char *Py_GetProgramName();
-
- #ifndef FUNCNAME_PATTERN
-! #if defined(__hp9000s300) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__BORLANDC__)
- #define FUNCNAME_PATTERN "_init%.200s"
- #else
- #define FUNCNAME_PATTERN "init%.200s"
---- 211,217 ----
- extern char *Py_GetProgramName();
-
- #ifndef FUNCNAME_PATTERN
-! #if defined(__hp9000s300) || defined(__NetBSD__) || (defined(__FreeBSD__) && !defined(__ELF__)) || defined(__OpenBSD__) || defined(__BORLANDC__)
- #define FUNCNAME_PATTERN "_init%.200s"
- #else
- #define FUNCNAME_PATTERN "init%.200s"
-