diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-02-26 14:10:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-02-26 14:10:01 +0100 |
commit | d8bbdc09f4e6667a48bc05c39af82edd25cbd141 (patch) | |
tree | e852492bbe29648a409bd3c320365e61e785df33 /dev-python/cx_Freeze/files | |
parent | dev-python/curtsies: Remove old (diff) | |
download | gentoo-d8bbdc09f4e6667a48bc05c39af82edd25cbd141.tar.gz gentoo-d8bbdc09f4e6667a48bc05c39af82edd25cbd141.tar.bz2 gentoo-d8bbdc09f4e6667a48bc05c39af82edd25cbd141.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-6.4.2-buildsystem.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-python/cx_Freeze/files/cx_Freeze-6.4.2-buildsystem.patch b/dev-python/cx_Freeze/files/cx_Freeze-6.4.2-buildsystem.patch deleted file mode 100644 index 5d23a8ded944..000000000000 --- a/dev-python/cx_Freeze/files/cx_Freeze-6.4.2-buildsystem.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/setup.py b/setup.py -index fd24ec9..068119f 100755 ---- a/setup.py -+++ b/setup.py -@@ -68,8 +68,6 @@ class build_ext(distutils.command.build_ext.build_ext): - # PY_LDFLAGS_NODIST = "-flto -Wl,-export_dynamic -g" - if get_config_var("PY_LDFLAGS_NODIST"): - extraArgs.extend(get_config_var("PY_LDFLAGS_NODIST").split()) -- else: -- extraArgs.append("-s") - self.compiler.link_executable( - objects, - fullName, |