From 42fbd0dcae80321b0a92fc4e5ecdadcf1cb16be3 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Sun, 3 Sep 2017 10:33:56 +0000 Subject: Remove Python 3.3 and related ports, it expired today: 2017-09-01 lang/python33: No longer receives bug fixes, only security updates. Please update to Python 3.6 databases/py33-gdbm databases/py33-sqlite3 devel/py33-setuptools x11-toolkits/py33-tkinter devel/py3-enum34 --- lang/python33/files/patch-Lib_distutils_unixccompiler.py | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 lang/python33/files/patch-Lib_distutils_unixccompiler.py (limited to 'lang/python33/files/patch-Lib_distutils_unixccompiler.py') diff --git a/lang/python33/files/patch-Lib_distutils_unixccompiler.py b/lang/python33/files/patch-Lib_distutils_unixccompiler.py deleted file mode 100644 index ce566408bd79..000000000000 --- a/lang/python33/files/patch-Lib_distutils_unixccompiler.py +++ /dev/null @@ -1,15 +0,0 @@ -# Description: Some python extensions can't be compiled with clang 3.4 -# Issue ID: http://bugs.python.org/issue20767 -# Submitted by: antoine - ---- Lib/distutils/unixccompiler.py.orig 2014-10-12 07:03:52 UTC -+++ Lib/distutils/unixccompiler.py -@@ -225,6 +225,8 @@ class UnixCCompiler(CCompiler): - if sys.platform[:6] == "darwin": - # MacOSX's linker doesn't understand the -R flag at all - return "-L" + dir -+ elif sys.platform[:7] == "freebsd": -+ return "-Wl,-rpath=" + dir - elif sys.platform[:5] == "hp-ux": - if self._is_gcc(compiler): - return ["-Wl,+s", "-L" + dir] -- cgit v1.2.3