diff options
author | rodent <rodent@pkgsrc.org> | 2015-04-13 23:12:40 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-04-13 23:12:40 +0000 |
commit | dae6521fbd55942614bff4ea61c8e8b5c026b6d4 (patch) | |
tree | 0a02a5deb14850f2bb33cc45a035c29ba28ecaf5 /lang/python26/patches/patch-pyconfig.h.in | |
parent | eca16f16d39ee70b8857fc2115818e11e215bcef (diff) | |
download | pkgsrc-dae6521fbd55942614bff4ea61c8e8b5c026b6d4.tar.gz |
Removing python26. EOL'd quite some ago and discussed a couple times on
tech-pkg@ and pkgsrc-users@.
Diffstat (limited to 'lang/python26/patches/patch-pyconfig.h.in')
-rw-r--r-- | lang/python26/patches/patch-pyconfig.h.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/python26/patches/patch-pyconfig.h.in b/lang/python26/patches/patch-pyconfig.h.in deleted file mode 100644 index 497080bb29b..00000000000 --- a/lang/python26/patches/patch-pyconfig.h.in +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-pyconfig.h.in,v 1.1 2011/12/16 17:04:18 hans Exp $ - ---- pyconfig.h.in.orig 2009-10-27 13:30:12.000000000 +0100 -+++ pyconfig.h.in 2011-11-13 14:37:13.053045656 +0100 -@@ -1036,7 +1036,9 @@ - #undef _REENTRANT - - /* Define to the level of X/Open that your system supports */ -+#if !defined(__sun) || (defined(__sun) && !defined(_XOPEN_SOURCE)) - #undef _XOPEN_SOURCE -+#endif - - /* Define to activate Unix95-and-earlier features */ - #undef _XOPEN_SOURCE_EXTENDED |