diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-07-17 06:11:19 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-07-17 06:11:19 +0000 |
| commit | f01e12c438e80a62e1f3ce8735435ad9d3b41e13 (patch) | |
| tree | 626fe547a54f9e6df95e548d042a0adde9d56ff8 /dev-python/matplotlib/files/matplotlib-3.7.2-macOS_no-Cocoa.patch | |
| parent | 0ccc7a76de7f0172bef846505e7fa5f885c276ed (diff) | |
| download | baldeagleos-repo-f01e12c438e80a62e1f3ce8735435ad9d3b41e13.tar.gz baldeagleos-repo-f01e12c438e80a62e1f3ce8735435ad9d3b41e13.tar.xz baldeagleos-repo-f01e12c438e80a62e1f3ce8735435ad9d3b41e13.zip | |
Adding metadata
Diffstat (limited to 'dev-python/matplotlib/files/matplotlib-3.7.2-macOS_no-Cocoa.patch')
| -rw-r--r-- | dev-python/matplotlib/files/matplotlib-3.7.2-macOS_no-Cocoa.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/matplotlib/files/matplotlib-3.7.2-macOS_no-Cocoa.patch b/dev-python/matplotlib/files/matplotlib-3.7.2-macOS_no-Cocoa.patch new file mode 100644 index 000000000000..3f29134be621 --- /dev/null +++ b/dev-python/matplotlib/files/matplotlib-3.7.2-macOS_no-Cocoa.patch @@ -0,0 +1,21 @@ +Do not automatically build against Cocoa on macOS. + +At Prefix/macOS, we do not support the propietary Cocoa SDK. GUI +applications use X11. + +The patch is specific to our need and not forwarded upstream. + +Signed-off-by: Benda Xu <heroxbd@gentoo.org> + +Index: matplotlib-3.7.2/setup.py +=================================================================== +--- matplotlib-3.7.2.orig/setup.py ++++ matplotlib-3.7.2/setup.py +@@ -49,7 +49,6 @@ mpl_packages = [ + setupext.FreeType(), + setupext.Qhull(), + setupext.Tests(), +- setupext.BackendMacOSX(), + ] + + |
