From 22e85343339bacd8e764265ad9f0dd6380d68cc7 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Wed, 1 Aug 2012 17:05:45 +0000 Subject: [PATCH] Fixed python patch to apply at the correct line number. --- dev-lang/python/patches/python-2.6.7.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/python/patches/python-2.6.7.patch b/dev-lang/python/patches/python-2.6.7.patch index aab2a356e..2ae88818a 100644 --- a/dev-lang/python/patches/python-2.6.7.patch +++ b/dev-lang/python/patches/python-2.6.7.patch @@ -404,7 +404,7 @@ diff -urN Python-2.6.7/Modules/spwdmodule.c Python-2.6.7-haiku/Modules/spwdmodul diff -urN Python-2.6.7/Modules/timemodule.c Python-2.6.7-haiku/Modules/timemodule.c --- Python-2.6.7/Modules/timemodule.c 2010-05-09 15:15:40.015204352 +0000 +++ Python-2.6.7-haiku/Modules/timemodule.c 2010-08-30 04:52:24.721944576 +0000 -@@ -968,11 +968,11 @@ +@@ -972,11 +972,11 @@ return -1; } Py_END_ALLOW_THREADS