summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-01-13 21:10:15 +0100
committerMichał Górny <mgorny@gentoo.org>2021-01-13 21:16:02 +0100
commit0a36078725198f5045632e031c983ff26659e87c (patch)
treec58947f4b19f2c82780aa77a0a3d699df172eab0 /dev-python/cx_Freeze/files
parentdev-python/importlib_metadata: Remove old (diff)
downloadgentoo-0a36078725198f5045632e031c983ff26659e87c.tar.gz
gentoo-0a36078725198f5045632e031c983ff26659e87c.tar.bz2
gentoo-0a36078725198f5045632e031c983ff26659e87c.zip
dev-python/cx_Freeze: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cx_Freeze/files')
-rw-r--r--dev-python/cx_Freeze/files/cx_Freeze-5.0.2-buildsystem.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-python/cx_Freeze/files/cx_Freeze-5.0.2-buildsystem.patch b/dev-python/cx_Freeze/files/cx_Freeze-5.0.2-buildsystem.patch
deleted file mode 100644
index 6289bb2df2c2..000000000000
--- a/dev-python/cx_Freeze/files/cx_Freeze-5.0.2-buildsystem.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-From: Julian Ospald <hasufell@gentoo.org>
-Date: Tue Nov 19 11:20:21 UTC 2013
-
-Respect LDFLAGS, remove stripping.
-Fixes Gentoo bug #491602
-
---- a/setup.py
-+++ b/setup.py
-@@ -95,7 +95,6 @@
- extraArgs.extend(vars["BASEMODLIBS"].split())
- if vars["LOCALMODLIBS"]:
- extraArgs.extend(vars["LOCALMODLIBS"].split())
-- extraArgs.append("-s")
- self.compiler.link_executable(objects, fullName,
- libraries = libraries,
- library_dirs = libraryDirs,