aboutsummaryrefslogtreecommitdiff
path: root/math/py-matplotlib/files/patch-setup.py
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2005-02-03 07:07:51 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2005-02-03 07:07:51 +0000
commit85ce80ceb3c70950651673fbd9fb961057c6e7ca (patch)
tree58d59e1f73e35250c56fa6c29284fd6f2f22298f /math/py-matplotlib/files/patch-setup.py
parentf33f3528314cf39c79490bf4d9f036f908d54f10 (diff)
Notes
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.