summaryrefslogtreecommitdiff
path: root/lang/python24/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python24/patches/patch-ag')
-rw-r--r--lang/python24/patches/patch-ag17
1 files changed, 0 insertions, 17 deletions
diff --git a/lang/python24/patches/patch-ag b/lang/python24/patches/patch-ag
deleted file mode 100644
index f54e5242546..00000000000
--- a/lang/python24/patches/patch-ag
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ag,v 1.1.1.1 2004/12/05 23:27:49 recht Exp $
-
---- Misc/setuid-prog.c.orig Thu Sep 10 22:18:09 1998
-+++ Misc/setuid-prog.c
-@@ -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 */