summaryrefslogtreecommitdiff
path: root/graphics/py-matplotlib-tk/patches
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2014-01-21 19:22:08 +0000
committerdrochner <drochner@pkgsrc.org>2014-01-21 19:22:08 +0000
commitd508f579f014a1de4147cad784c7c1748c956c00 (patch)
tree04c34959a03879da3e9926e67004e40530320930 /graphics/py-matplotlib-tk/patches
parentf67d4e4c4d8fcb46af285d8090f92fdee749d938 (diff)
downloadpkgsrc-d508f579f014a1de4147cad784c7c1748c956c00.tar.gz
re-add py-matplotlib-tk -- it works for me
Diffstat (limited to 'graphics/py-matplotlib-tk/patches')
-rw-r--r--graphics/py-matplotlib-tk/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/py-matplotlib-tk/patches/patch-ab b/graphics/py-matplotlib-tk/patches/patch-ab
new file mode 100644
index 00000000000..5533d5a7f4b
--- /dev/null
+++ b/graphics/py-matplotlib-tk/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.9 2014/01/21 19:22:08 drochner Exp $
+
+--- setup.py.orig 2013-10-10 12:42:48.000000000 +0000
++++ setup.py
+@@ -139,7 +139,7 @@ if __name__ == '__main__':
+
+ required_failed = []
+ good_packages = []
+- for package in mpl_packages:
++ for package in [setupext.Numpy(),setupext.CXX(),setupext.LibAgg(),setupext.BackendTkAgg()]:
+ if isinstance(package, str):
+ print_raw('')
+ print_raw(package.upper())