diff options
Diffstat (limited to 'lang/python23-nth/patches/patch-da')
-rw-r--r-- | lang/python23-nth/patches/patch-da | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lang/python23-nth/patches/patch-da b/lang/python23-nth/patches/patch-da deleted file mode 100644 index 15019c1e3ac..00000000000 --- a/lang/python23-nth/patches/patch-da +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-da,v 1.1.1.1 2005/01/23 22:57:19 recht Exp $ - ---- Misc/setuid-prog.c.orig Thu Nov 25 13:11:28 2004 -+++ Misc/setuid-prog.c Thu Nov 25 13:11:27 2004 -@@ -70,6 +70,12 @@ - #define environ _environ - #endif - -+#if defined(__APPLE__) -+# include <sys/time.h> -+# include <crt_externs.h> -+# define environ (*_NSGetEnviron()) -+#endif /* __APPLE__ */ -+ - /* don't change def_IFS */ - char def_IFS[] = "IFS= \t\n"; - /* you may want to change def_PATH, but you should really change it in */ |