aboutsummaryrefslogtreecommitdiff
path: root/lang/python15/files/patch-ab
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-01-06 08:03:13 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-01-06 08:03:13 +0000
commit9d4979292427dcb8857ba3a50b528ec2086c2505 (patch)
treebdbc4286befa688e2c6c003c5f7dbfc4f2ea98e6 /lang/python15/files/patch-ab
parentc373b64b6fced592ed8d9f4fb3194027fa3232e0 (diff)
downloadports-9d4979292427dcb8857ba3a50b528ec2086c2505.tar.gz
ports-9d4979292427dcb8857ba3a50b528ec2086c2505.zip
Notes
Diffstat (limited to 'lang/python15/files/patch-ab')
-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 ab7b5177ec5f..000000000000
--- a/lang/python15/files/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
---- Python/importdl.c.orig Fri Oct 25 16:43:24 1996
-+++ Python/importdl.c Mon May 5 15:43:38 1997
-@@ -76,7 +76,7 @@
- #define LONG_EXT "module.sl"
- #endif
-
--#if defined(__NetBSD__) || defined(__FreeBSD__)
-+#if defined(__NetBSD__)
- #define DYNAMIC_LINK
- #define USE_SHLIB
-
-@@ -150,7 +150,7 @@
- #ifdef USE_SHLIB
- #include <sys/types.h>
- #include <sys/stat.h>
--#if defined(__NetBSD__) || defined(__FreeBSD__)
-+#if defined(__NetBSD__)
- #include <nlist.h>
- #include <link.h>
- #else