aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2015-09-07 22:56:32 +0800
committerIan Delaney <idella4@gentoo.org>2015-09-07 22:56:32 +0800
commit5246d11806fc0d36d9d0970bd7f0c14875888018 (patch)
tree169ca9fc9b6573af88d9fd85fd9b1470c4285af4 /dev-python/pypy3/files/1.9-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patch
parentradical update (diff)
downloadimprovise-5246d11806fc0d36d9d0970bd7f0c14875888018.tar.gz
improvise-5246d11806fc0d36d9d0970bd7f0c14875888018.tar.bz2
improvise-5246d11806fc0d36d9d0970bd7f0c14875888018.zip
mass purge of old broken files
Package-Manager: portage-2.2.20
Diffstat (limited to 'dev-python/pypy3/files/1.9-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patch')
-rw-r--r--dev-python/pypy3/files/1.9-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-python/pypy3/files/1.9-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patch b/dev-python/pypy3/files/1.9-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patch
deleted file mode 100644
index 65321bb..0000000
--- a/dev-python/pypy3/files/1.9-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/lib-python/2.7/distutils/unixccompiler.py
-+++ b/lib-python/2.7/distutils/unixccompiler.py
-@@ -297,7 +297,7 @@
- # this time, there's no way to determine this information from
- # the configuration data stored in the Python installation, so
- # we use this hack.
-- compiler = os.path.basename(sysconfig.get_config_var("CC"))
-+ compiler = os.path.basename(self.compiler[0])
- if sys.platform[:6] == "darwin":
- # MacOSX's linker doesn't understand the -R flag at all
- return "-L" + dir