From 8d6506b5c978d2126369b0babb44daebc5fcfe25 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Wed, 16 Oct 2013 16:24:39 +0200 Subject: [PATCH] Adjust python to the moved bzip2-header. * the header for bzip2 has been moved out of its subdir recently, so python was no longer building the bz2 module --- dev-lang/python/patches/python-2.6.8.patchset | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/dev-lang/python/patches/python-2.6.8.patchset b/dev-lang/python/patches/python-2.6.8.patchset index 3485525c2..ea2c40a5e 100644 --- a/dev-lang/python/patches/python-2.6.8.patchset +++ b/dev-lang/python/patches/python-2.6.8.patchset @@ -408,19 +408,6 @@ index ce4fbdc..aba9464 100644 SCRIPTDIR= $(prefix)/lib # Detailed destination directories -diff --git a/Modules/bz2module.c b/Modules/bz2module.c -index cfd8d71..89d9002 100644 ---- a/Modules/bz2module.c -+++ b/Modules/bz2module.c -@@ -9,7 +9,7 @@ Copyright (c) 2002 Python Software Foundation; All Rights Reserved - - #include "Python.h" - #include --#include -+#include - #include "structmember.h" - - #ifdef WITH_THREAD diff --git a/Modules/resource.c b/Modules/resource.c index 9993b93..f8befde 100644 --- a/Modules/resource.c