mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
40023f8d76
Submitted by: QAT
14 lines
432 B
Python
14 lines
432 B
Python
--- setup.py.orig 2009-06-12 02:49:50.405623403 +0800
|
|
+++ setup.py 2009-06-12 02:50:50.873879838 +0800
|
|
@@ -8,8 +8,8 @@
|
|
if sys.version_info < (2, 3):
|
|
raise Error, "Python 2.3 or later is required"
|
|
|
|
-include_dirs = []
|
|
-library_dirs = ['/usr/local/lib']
|
|
+include_dirs = ['%%LOCALBASE%%/include']
|
|
+library_dirs = ['%%LOCALBASE%%/lib']
|
|
|
|
if sys.platform == 'linux2':
|
|
os.environ['PATH'] += ":/usr/local/bin:$home/bin:.:..:../.."
|