From b306c428e05f2f0c91c646635113b1835abfb85e Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 21 Oct 2009 00:52:58 +0000 Subject: 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. --- lang/python26/patches/patch-ai | 15 --------------- lang/python26/patches/patch-aj | 15 --------------- 2 files changed, 30 deletions(-) delete mode 100644 lang/python26/patches/patch-ai delete mode 100644 lang/python26/patches/patch-aj (limited to 'lang/python26/patches') 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 -+#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" -- cgit v1.2.3