Edit

IABSD.fr/ports/graphics/py-matplotlib/patches/patch-meson_options

Branch :

  • Show log

    Commit

  • Author : daniel
    Date : 2025-05-19 21:52:54
    Hash : 9997ab0d
    Message : update to matplotlib 3.9.4 tested and ok bket@ thanks!

  • graphics/py-matplotlib/patches/patch-meson_options
  • Index: meson.options
    --- meson.options.orig
    +++ meson.options
    @@ -5,9 +5,9 @@
     # Qhull. You may use the following options to instead link against a system
     # FreeType/Qhull. As an exception, Matplotlib defaults to the system version of
     # FreeType on AIX.
    -option('system-freetype', type: 'boolean', value: false,
    +option('system-freetype', type: 'boolean', value: true,
            description: 'Build against system version of FreeType')
    -option('system-qhull', type: 'boolean', value: false,
    +option('system-qhull', type: 'boolean', value: true,
            description: 'Build against system version of Qhull')
     
     # Some of Matplotlib's components are optional: the MacOSX backend (installed