1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/py-tables/files/patch-setup.py
Xin LI c6df86859d - Update to 1.3.2 (stable)
- Take maintainership

Submitted by:	Shin CHAO <quakelee cn.freebsd.org>
PR:		ports/100922
2006-07-27 16:24:12 +00:00

14 lines
304 B
Python

--- setup.py.orig Wed Jul 26 23:43:50 2006
+++ setup.py Wed Jul 26 23:44:46 2006
@@ -72,8 +72,8 @@
debug = '--debug' in sys.argv
# Global variables
-lib_dirs = []
-inc_dirs = []
+lib_dirs = ['%%LOCALBASE%%/lib']
+inc_dirs = ['%%LOCALBASE%%/include']
optional_libs = []
default_header_dirs = None