From 4740db5be183194721611767832a2a8e91010e26 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Mon, 20 Oct 2008 09:30:17 +0000 Subject: [PATCH] fixed typo --- dev-lang/python/python-2.6-haiku.diff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/python/python-2.6-haiku.diff b/dev-lang/python/python-2.6-haiku.diff index 63360bb36..532706f2f 100644 --- a/dev-lang/python/python-2.6-haiku.diff +++ b/dev-lang/python/python-2.6-haiku.diff @@ -159,13 +159,13 @@ diff -urN Python-2.6/Modules/timemodule.c Python-2.6-haiku/Modules/timemodule.c Py_BEGIN_ALLOW_THREADS diff -urN Python-2.6/Tools/scripts/h2py.py Python-2.6-haiku/Tools/scripts/h2py.py --- Python-2.6/Tools/scripts/h2py.py 2004-08-09 17:27:55.000000000 +0000 -+++ Python-2.6-haiku/Tools/scripts/h2py.py 2008-10-20 01:21:37.000000000 +0000 ++++ Python-2.6-haiku/Tools/scripts/h2py.py 2008-10-20 02:34:15.000000000 +0000 @@ -50,7 +50,7 @@ searchdirs=os.environ['INCLUDE'].split(';') except KeyError: try: - if sys.platform.find("beos") == 0: -+ if sys.platform.find("beos") == 0 or sys.platform.find("haiku") == 0: ++ if sys.platform.find("beos") == 0 or sys.platform.find("haiku1") == 0: searchdirs=os.environ['BEINCLUDES'].split(';') elif sys.platform.startswith("atheos"): searchdirs=os.environ['C_INCLUDE_PATH'].split(':')