diff options
| author | Matthias Andree <mandree@FreeBSD.org> | 2025-11-01 12:26:13 +0000 |
|---|---|---|
| committer | Matthias Andree <mandree@FreeBSD.org> | 2025-11-01 12:26:13 +0000 |
| commit | 05de8effa6b4a6fd9758a51d0c1acea91a36d3c6 (patch) | |
| tree | 4ab97696fc67826d403bcd4ac7b2af42f587f0af /lang/python39/files/patch-setup.py | |
| parent | e4baec8206e849270394a508040cbcaa6d9275d4 (diff) | |
Diffstat (limited to 'lang/python39/files/patch-setup.py')
| -rw-r--r-- | lang/python39/files/patch-setup.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/python39/files/patch-setup.py b/lang/python39/files/patch-setup.py deleted file mode 100644 index 1c943df2af34..000000000000 --- a/lang/python39/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2021-02-17 17:43:29 UTC -+++ setup.py -@@ -2196,7 +2196,7 @@ class PyBuildExt(build_ext): - undef_macros = [] - if '--with-system-libmpdec' in sysconfig.get_config_var("CONFIG_ARGS"): - include_dirs = [] -- libraries = [':libmpdec.so.2'] -+ libraries = ['mpdec'] - sources = ['_decimal/_decimal.c'] - depends = ['_decimal/docstrings.h'] - else: |
