mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Clean up some left-over from FreeBSD-2.0 days.
This commit is contained in:
parent
fb75e8f866
commit
bc5fedabf8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6409
2 changed files with 62 additions and 0 deletions
31
lang/python+ipv6/files/patch-ab
Normal file
31
lang/python+ipv6/files/patch-ab
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
--- Python/importdl.c.orig Fri Oct 25 16:43:24 1996
|
||||||
|
+++ Python/importdl.c Sat May 3 11:55:20 1997
|
||||||
|
@@ -76,13 +76,18 @@
|
||||||
|
#define LONG_EXT "module.sl"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
-#if defined(__NetBSD__) || defined(__FreeBSD__)
|
||||||
|
+#if defined(__NetBSD__)
|
||||||
|
#define DYNAMIC_LINK
|
||||||
|
#define USE_SHLIB
|
||||||
|
|
||||||
|
#define dlerror() "error in dynamic linking"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
+#if defined(__FreeBSD__)
|
||||||
|
+#define DYNAMIC_LINK
|
||||||
|
+#define USE_SHLIB
|
||||||
|
+#endif
|
||||||
|
+
|
||||||
|
#ifdef MS_WINDOWS /* i.e. MS_WIN32 or MS_WIN16 */
|
||||||
|
#define DYNAMIC_LINK
|
||||||
|
#include <windows.h>
|
||||||
|
@@ -150,7 +155,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
|
31
lang/python15/files/patch-ab
Normal file
31
lang/python15/files/patch-ab
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
--- Python/importdl.c.orig Fri Oct 25 16:43:24 1996
|
||||||
|
+++ Python/importdl.c Sat May 3 11:55:20 1997
|
||||||
|
@@ -76,13 +76,18 @@
|
||||||
|
#define LONG_EXT "module.sl"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
-#if defined(__NetBSD__) || defined(__FreeBSD__)
|
||||||
|
+#if defined(__NetBSD__)
|
||||||
|
#define DYNAMIC_LINK
|
||||||
|
#define USE_SHLIB
|
||||||
|
|
||||||
|
#define dlerror() "error in dynamic linking"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
+#if defined(__FreeBSD__)
|
||||||
|
+#define DYNAMIC_LINK
|
||||||
|
+#define USE_SHLIB
|
||||||
|
+#endif
|
||||||
|
+
|
||||||
|
#ifdef MS_WINDOWS /* i.e. MS_WIN32 or MS_WIN16 */
|
||||||
|
#define DYNAMIC_LINK
|
||||||
|
#include <windows.h>
|
||||||
|
@@ -150,7 +155,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
|
Loading…
Add table
Reference in a new issue