dev-python/matplotlib: fix Darwin build

* -Werror=unguarded-availability doesn't exist on GCC
* We can't link against Cocoa right now with GCC anyway
  (missing nullable support)

URL: 7d03d8b34a/setupext.py
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2020-11-29 20:52:20 +00:00
parent 2a01d3c656
commit 7e0987e484

View File

@@ -201,6 +201,7 @@ python_configure() {
agg = True
gtk = False
gtkagg = False
macosx = False
pyside = False
pysideagg = False
qt4 = False