mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 16:40:31 -04:00
13 lines
328 B
Python
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):
|