summaryrefslogtreecommitdiff
path: root/dev-python/matplotlib/files/matplotlib-3.7.2-macOS_no-Cocoa.patch
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-02-20 22:18:26 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-02-20 22:18:26 +0000
commit0d37eb1568757a8376e10590f7546ccfa17d25d7 (patch)
treef087fa9579e07ff7e2c61d3c5a022d22ce7d7987 /dev-python/matplotlib/files/matplotlib-3.7.2-macOS_no-Cocoa.patch
parentc4de2d46322f03e1c5bccbe2fd58840039c97450 (diff)
downloadbaldeagleos-repo-0d37eb1568757a8376e10590f7546ccfa17d25d7.tar.gz
baldeagleos-repo-0d37eb1568757a8376e10590f7546ccfa17d25d7.tar.xz
baldeagleos-repo-0d37eb1568757a8376e10590f7546ccfa17d25d7.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.patch21
1 files changed, 0 insertions, 21 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
deleted file mode 100644
index 3f29134be621..000000000000
--- a/dev-python/matplotlib/files/matplotlib-3.7.2-macOS_no-Cocoa.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-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(),
- ]
-
-