mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
c6df86859d
- Take maintainership Submitted by: Shin CHAO <quakelee cn.freebsd.org> PR: ports/100922
14 lines
304 B
Python
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
|