From c72429d52c6809c12d14982aa989dac3a0a807b5 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Tue, 24 Nov 2009 03:52:41 +0000 Subject: [PATCH] Updated the python patch with more include/lib dirs. This allows building of extra modules like curses and bz2. --- dev-lang/python/patches/python-2.6.4.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/python/patches/python-2.6.4.patch b/dev-lang/python/patches/python-2.6.4.patch index 5c879630a..2fa785ec5 100644 --- a/dev-lang/python/patches/python-2.6.4.patch +++ b/dev-lang/python/patches/python-2.6.4.patch @@ -518,8 +518,8 @@ diff -ruN Python-2.6.4/setup.py Python-2.6.4-haiku/setup.py inc_dirs += os.getenv('C_INCLUDE_PATH', '').split(os.pathsep) + if platform == 'haiku1': -+ inc_dirs += ['/boot/develop/headers/posix', '/boot/develop/headers/3rdparty'] -+ lib_dirs += ['/boot/system/lib'] ++ inc_dirs += ['/boot/develop/headers/posix', '/boot/develop/headers/3rdparty', '/boot/common/include'] ++ lib_dirs += ['/boot/system/lib', '/boot/develop/lib/x86', '/boot/common/lib'] + # OSF/1 and Unixware have some stuff in /usr/ccs/lib (like -ldb) if platform in ['osf1', 'unixware7', 'openunix8']: