ports/devel/py-tables/files/patch-setup.py
2005-05-11 03:11:40 +00:00

13 lines
328 B
Python

--- setup.py.orig Wed May 11 11:04:04 2005
+++ setup.py Wed May 11 11:04:38 2005
@@ -30,8 +30,8 @@
# Global variables
lflags_arg = []
-lib_dirs = []
-inc_dirs = []
+lib_dirs = ['%%LOCALBASE%%/lib']
+inc_dirs = ['%%LOCALBASE%%/include']
# Some useful functions
def check_lib_unix(where, libname, headername, compulsory):