summaryrefslogtreecommitdiff
path: root/math/py-matplotlib/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-matplotlib/files/patch-setup.py')
-rw-r--r--math/py-matplotlib/files/patch-setup.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/math/py-matplotlib/files/patch-setup.py b/math/py-matplotlib/files/patch-setup.py
index b594846178ec..8dd8f58509ba 100644
--- a/math/py-matplotlib/files/patch-setup.py
+++ b/math/py-matplotlib/files/patch-setup.py
@@ -1,11 +1,11 @@
---- setup.py.orig Wed Aug 4 11:22:03 2004
-+++ setup.py Wed Aug 4 11:22:48 2004
-@@ -66,7 +66,7 @@
+--- setup.py.orig Sat Jan 22 02:42:00 2005
++++ setup.py Thu Jan 27 17:49:21 2005
+@@ -77,7 +77,7 @@
data.extend(glob.glob('images/*.ppm'))
data.append('.matplotlibrc')
-data_files=[('share/matplotlib', data),]
+data_files=[('share/py-matplotlib', data),]
- cxx = glob.glob('CXX/*.cxx')
- cxx.extend(glob.glob('CXX/*.c'))
+ # Figure out which array packages to provide binary support for
+ # and define the NUMERIX value: Numeric, numarray, or both.