summaryrefslogtreecommitdiff
path: root/lang/python35/files/patch-Include__pyport.h
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2017-01-23 02:35:42 +0000
committerWen Heping <wen@FreeBSD.org>2017-01-23 02:35:42 +0000
commit2992942cb954e36219ad230365da7dfb3a5c2cf4 (patch)
tree76e384148dc397fe1754893c0b7dfed8eb1d9898 /lang/python35/files/patch-Include__pyport.h
parent- Update to 2.034002 (diff)
- Update to 3.5.3
PR: 216336 Submitted by: wen@(myself) Exp-run: antoine@
Notes
Notes: svn path=/head/; revision=432188
Diffstat (limited to 'lang/python35/files/patch-Include__pyport.h')
-rw-r--r--lang/python35/files/patch-Include__pyport.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/python35/files/patch-Include__pyport.h b/lang/python35/files/patch-Include__pyport.h
deleted file mode 100644
index b0d54e32a47c..000000000000
--- a/lang/python35/files/patch-Include__pyport.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- Include/pyport.h.orig 2015-12-07 02:39:07.000000000 +0100
-+++ Include/pyport.h 2016-04-03 19:31:36.801717000 +0200
-@@ -677,7 +677,9 @@
-
- #ifdef __FreeBSD__
- #include <osreldate.h>
--#if __FreeBSD_version > 500039
-+#if (__FreeBSD_version >= 500040 && __FreeBSD_version < 602113) || \
-+ (__FreeBSD_version >= 700000 && __FreeBSD_version < 700054) || \
-+ (__FreeBSD_version >= 800000 && __FreeBSD_version < 800001)
- # define _PY_PORT_CTYPE_UTF8_ISSUE
- #endif
- #endif