diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-10-01 14:16:23 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-01 20:47:41 +0300 |
commit | f1dce072fd8f803c8c9947cf08c40af1a1a10adc (patch) | |
tree | 3276de383aa29784c8dee4f20da6e008f95e06b1 /dev-python/reportlab/files | |
parent | dev-python/greenlet: remove unused patch(es) (diff) | |
download | gentoo-f1dce072fd8f803c8c9947cf08c40af1a1a10adc.tar.gz gentoo-f1dce072fd8f803c8c9947cf08c40af1a1a10adc.tar.bz2 gentoo-f1dce072fd8f803c8c9947cf08c40af1a1a10adc.zip |
dev-python/reportlab: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/27555
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/reportlab/files')
-rw-r--r-- | dev-python/reportlab/files/reportlab-3.5.48-usr-lib-LLD.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/reportlab/files/reportlab-3.5.48-usr-lib-LLD.patch b/dev-python/reportlab/files/reportlab-3.5.48-usr-lib-LLD.patch deleted file mode 100644 index 09ae9675eb58..000000000000 --- a/dev-python/reportlab/files/reportlab-3.5.48-usr-lib-LLD.patch +++ /dev/null @@ -1,34 +0,0 @@ ---- a/setup.py -+++ b/setup.py -@@ -163,22 +163,6 @@ - if self.L is None: - L = [] - I = [] -- if platform == "cygwin": -- aDir(L, os.path.join("/usr/lib", "python%s" % sys.version[:3], "config")) -- elif platform == "darwin": -- # attempt to make sure we pick freetype2 over other versions -- aDir(I, "/sw/include/freetype2") -- aDir(I, "/sw/lib/freetype2/include") -- # fink installation directories -- aDir(L, "/sw/lib") -- aDir(I, "/sw/include") -- # darwin ports installation directories -- aDir(L, "/opt/local/lib") -- aDir(I, "/opt/local/include") -- aDir(I, "/usr/local/include") -- aDir(L, "/usr/local/lib") -- aDir(I, "/usr/include") -- aDir(L, "/usr/lib") - aDir(I, "/usr/include/freetype2") - prefix = sysconfig.get_config_var("prefix") - if prefix: -@@ -574,7 +558,7 @@ - SOURCES, - include_dirs=[RENDERPM,LIBART_INC,GT1_DIR]+FT_INC_DIR, - define_macros=FT_MACROS+[('LIBART_COMPILATION',None)]+debug_macros+[('LIBART_VERSION',LIBART_VERSION)], -- library_dirs=[]+FT_LIB_DIR, -+ library_dirs=[], - - # libraries to link against - libraries=FT_LIB+LIBART_LIB, |