mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
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:
@@ -201,6 +201,7 @@ python_configure() {
|
||||
agg = True
|
||||
gtk = False
|
||||
gtkagg = False
|
||||
macosx = False
|
||||
pyside = False
|
||||
pysideagg = False
|
||||
qt4 = False
|
||||
|
||||
Reference in New Issue
Block a user