aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python+ipv6/files
diff options
context:
space:
mode:
authorthepish <thepish@FreeBSD.org>1999-02-16 21:59:42 +0800
committerthepish <thepish@FreeBSD.org>1999-02-16 21:59:42 +0800
commit90c1330745c75e7f367fc31055e6ded6b8952781 (patch)
tree1b114c6d5adb907acb1c4921e34b65e1d7cf7114 /lang/python+ipv6/files
parentfadb92ad2db48591c34b5b66bf9ebb93307cf703 (diff)
downloadfreebsd-ports-graphics-90c1330745c75e7f367fc31055e6ded6b8952781.tar.gz
freebsd-ports-graphics-90c1330745c75e7f367fc31055e6ded6b8952781.tar.zst
freebsd-ports-graphics-90c1330745c75e7f367fc31055e6ded6b8952781.zip
upgrade to 1.5.2b1 (fixes build problem along the way)
Diffstat (limited to 'lang/python+ipv6/files')
-rw-r--r--lang/python+ipv6/files/patch-ab20
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/python+ipv6/files/patch-ab b/lang/python+ipv6/files/patch-ab
deleted file mode 100644
index 9ed08036511..00000000000
--- a/lang/python+ipv6/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"
-