summaryrefslogtreecommitdiff
path: root/math/py-Scientific/patches/patch-aa
blob: 846e9e68b7f9f63601a4b35a80923d4216fb1bcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-aa,v 1.3 2004/01/18 23:57:50 recht Exp $

--- setup.py.orig	2004-01-15 11:53:49.000000000 +0100
+++ setup.py	2004-01-18 17:06:15.000000000 +0100
@@ -32,6 +32,7 @@
                              ['Src/Scientific_netcdf.c'],
                              include_dirs=['Include', netcdf_include],
                              library_dirs=[netcdf_lib],
+                             runtime_library_dirs=[netcdf_lib],
                              libraries = ['netcdf'])]
 
 packages = ['Scientific', 'Scientific.Functions',