opnsense-ports/science/pycdf/files/patch-setup.py
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
538 B
Python

--- setup.py.orig 2008-05-29 12:04:28.000000000 +0000
+++ setup.py 2008-05-29 12:04:42.000000000 +0000
@@ -73,7 +73,7 @@
from numpy.distutils.misc_util import get_numpy_include_dirs
_pycdf_ext = Extension(extName,
sources = CCode,
- #library_dirs=["non standard path where libs live"],
+ library_dirs=["/usr/local/lib"],
include_dirs = get_numpy_include_dirs(),
libraries = ["netcdf"])