From 4cd265058e9d6b9113fbe3c629800b1a051cbe0e Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 16 Nov 2021 22:51:12 +0000 Subject: [PATCH] community/python-matplotlib: fix --- community/python-matplotlib/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/python-matplotlib/PKGBUILD b/community/python-matplotlib/PKGBUILD index 3bd9ed029..37dad0a53 100644 --- a/community/python-matplotlib/PKGBUILD +++ b/community/python-matplotlib/PKGBUILD @@ -54,7 +54,7 @@ prepare() { rm -r .git echo "Version: ${pkgver}" > PKG-INFO # Use system freetype and qhull, disable LTO - sed -e 's|#system_freetype = False|system_freetype = True|' -e 's|#system_qhull = False|system_qhull = True|' -e 's|#enable_lto = True|enable_lto = False|' setup.cfg.template > setup.cfg + sed -e 's|#system_freetype = False|system_freetype = True|' -e 's|#system_qhull = False|system_qhull = True|' -e 's|#enable_lto = True|enable_lto = False|' mplsetup.cfg.template > mplsetup.cfg patch -p1 < ../freetype.patch # From Fedora/upstream # Install tests for check() sed -i 's|#tests = False|tests = True|' mplsetup.cfg