aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-scientific/files
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>2003-07-07 17:32:39 +0800
committertg <tg@FreeBSD.org>2003-07-07 17:32:39 +0800
commit618af922c688569f9e385753bff5cb21d80efb13 (patch)
tree21b909af605a4b15570bf68c2b3872fb8749410f /math/py-scientific/files
parent28ad601774172b8b2d30c61bdb2ec21d5e286d6d (diff)
downloadfreebsd-ports-gnome-618af922c688569f9e385753bff5cb21d80efb13.tar.gz
freebsd-ports-gnome-618af922c688569f9e385753bff5cb21d80efb13.tar.zst
freebsd-ports-gnome-618af922c688569f9e385753bff5cb21d80efb13.zip
Upgrade to 2.4.3.
Diffstat (limited to 'math/py-scientific/files')
-rw-r--r--math/py-scientific/files/patch-setup.py22
1 files changed, 11 insertions, 11 deletions
diff --git a/math/py-scientific/files/patch-setup.py b/math/py-scientific/files/patch-setup.py
index ea99a1f0b531..a2889d86cd8c 100644
--- a/math/py-scientific/files/patch-setup.py
+++ b/math/py-scientific/files/patch-setup.py
@@ -1,11 +1,11 @@
---- setup.py.orig Thu Mar 29 17:08:38 2001
-+++ setup.py Mon Apr 2 18:50:48 2001
-@@ -11,7 +11,7 @@
-
-
- if netcdf_prefix is None:
-- for netcdf_prefix in ['/usr/local', '/usr']:
-+ for netcdf_prefix in [sys.prefix, '/usr']:
- netcdf_include = os.path.join(netcdf_prefix, 'include')
- netcdf_lib = os.path.join(netcdf_prefix, 'lib')
- if os.path.exists(os.path.join(netcdf_include, 'netcdf.h')):
+--- setup.py~ Fri Jul 4 11:50:18 2003
++++ setup.py Fri Jul 4 11:51:08 2003
+@@ -14,7 +14,7 @@
+ try:
+ netcdf_prefix=os.environ['NETCDF_PREFIX']
+ except KeyError:
+- for netcdf_prefix in ['/usr/local', '/usr']:
++ for netcdf_prefix in [sys.prefix, '/usr']:
+ netcdf_include = os.path.join(netcdf_prefix, 'include')
+ netcdf_lib = os.path.join(netcdf_prefix, 'lib')
+ if os.path.exists(os.path.join(netcdf_include, 'netcdf.h')):