From 2992942cb954e36219ad230365da7dfb3a5c2cf4 Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Mon, 23 Jan 2017 02:35:42 +0000 Subject: - Update to 3.5.3 PR: 216336 Submitted by: wen@(myself) Exp-run: antoine@ --- lang/python35/files/patch-Include__pyport.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 lang/python35/files/patch-Include__pyport.h (limited to 'lang/python35/files/patch-Include__pyport.h') 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 --#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 -- cgit v1.2.3