SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
23
graphics/py-matplotlib/patches/patch-mplsetup_cfg_template
Normal file
23
graphics/py-matplotlib/patches/patch-mplsetup_cfg_template
Normal file
|
@ -0,0 +1,23 @@
|
|||
Index: mplsetup.cfg.template
|
||||
--- mplsetup.cfg.template.orig
|
||||
+++ mplsetup.cfg.template
|
||||
@@ -11,8 +11,8 @@
|
||||
# FreeType/Qhull. As an exception, Matplotlib defaults to the system version
|
||||
# of FreeType on AIX.
|
||||
#
|
||||
-#system_freetype = False
|
||||
-#system_qhull = False
|
||||
+system_freetype = True
|
||||
+system_qhull = True
|
||||
|
||||
[packages]
|
||||
# Some of Matplotlib's components are optional: the MacOSX backend (installed
|
||||
@@ -22,7 +22,7 @@
|
||||
# lines. Note that the MacOSX backend is never built on Linux or Windows,
|
||||
# regardless of the config value.
|
||||
#
|
||||
-#tests = False
|
||||
+tests = True
|
||||
#macosx = True
|
||||
|
||||
[rc_options]
|
Loading…
Add table
Add a link
Reference in a new issue