diff options
author | wiz <wiz@pkgsrc.org> | 2009-10-21 00:52:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-10-21 00:52:58 +0000 |
commit | b306c428e05f2f0c91c646635113b1835abfb85e (patch) | |
tree | ab2a8253b879c199e5a0f0a0cd87d07d97e8be69 /lang/python26/patches | |
parent | 64dba4eeb3cf95dcd241f13ae262fc0c45a76175 (diff) | |
download | pkgsrc-b306c428e05f2f0c91c646635113b1835abfb85e.tar.gz |
Remove two __sgi ifdefs that have been migrated in pkgsrc from
before python24. Please report if they were still necessary, including
errors, so we can upstream them.
Diffstat (limited to 'lang/python26/patches')
-rw-r--r-- | lang/python26/patches/patch-ai | 15 | ||||
-rw-r--r-- | lang/python26/patches/patch-aj | 15 |
2 files changed, 0 insertions, 30 deletions
diff --git a/lang/python26/patches/patch-ai b/lang/python26/patches/patch-ai deleted file mode 100644 index bc1f97e85ce..00000000000 --- a/lang/python26/patches/patch-ai +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ai,v 1.1.1.1 2009/04/19 14:42:50 wiz Exp $ - ---- Modules/_ssl.c.orig 2009-01-26 16:55:41.000000000 +0000 -+++ Modules/_ssl.c -@@ -13,6 +13,10 @@ - XXX what about SSL_MODE_AUTO_RETRY? - */ - -+#ifdef __sgi -+#include <sys/types.h> -+#endif -+ - #include "Python.h" - - #ifdef WITH_THREAD diff --git a/lang/python26/patches/patch-aj b/lang/python26/patches/patch-aj deleted file mode 100644 index 99a9825fbbe..00000000000 --- a/lang/python26/patches/patch-aj +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aj,v 1.1.1.1 2009/04/19 14:42:50 wiz Exp $ - ---- Modules/bsddbmodule.c.orig 2006-02-15 12:27:45.000000000 -0500 -+++ Modules/bsddbmodule.c -@@ -13,6 +13,10 @@ - www.nightmare.com/software.html - */ - -+#if defined(__sgi) && _COMPILER_VERSION>700 && !_SGIAPI -+#define _BSD_TYPES -+#endif -+ - #include "Python.h" - #ifdef WITH_THREAD - #include "pythread.h" |