mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
538 B
Plaintext
13 lines
538 B
Plaintext
$NetBSD: patch-aa,v 1.4 2010/05/29 03:18:54 obache Exp $
|
|
|
|
--- setup.py.orig 2008-10-28 13:31:44.000000000 +0000
|
|
+++ setup.py
|
|
@@ -113,6 +113,7 @@ else:
|
|
include_dirs=['Include', netcdf_include]
|
|
+ arrayobject_h_include,
|
|
library_dirs=[netcdf_lib],
|
|
+ runtime_library_dirs=[netcdf_lib],
|
|
libraries = ['netcdf'],
|
|
extra_compile_args=extra_compile_args)]
|
|
|