diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2003-09-24 01:36:13 (GMT) |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2003-09-24 01:36:13 (GMT) |
commit | fd95c3a46688a643970c98349306d5f3389853fa (patch) | |
tree | 73c5b66fd0e94892eb0b8826db00adee560dd09d /Misc/RPM/Python-2.1-expat.patch | |
parent | ffe469e82722891d9df4511ccc5fa82725c378f6 (diff) | |
download | cpython-fd95c3a46688a643970c98349306d5f3389853fa.zip cpython-fd95c3a46688a643970c98349306d5f3389853fa.tar.gz cpython-fd95c3a46688a643970c98349306d5f3389853fa.tar.bz2 |
updates from sean
Diffstat (limited to 'Misc/RPM/Python-2.1-expat.patch')
-rw-r--r-- | Misc/RPM/Python-2.1-expat.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Misc/RPM/Python-2.1-expat.patch b/Misc/RPM/Python-2.1-expat.patch deleted file mode 100644 index 3686458..0000000 --- a/Misc/RPM/Python-2.1-expat.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- Modules/pyexpat.c.old Tue Mar 6 02:30:48 2001 -+++ Modules/pyexpat.c Tue Mar 6 02:31:15 2001 -@@ -12,7 +12,7 @@ - #define EXPAT_VERSION 0x015f00 - #endif - #else /* !defined(HAVE_EXPAT_H) */ --#include "xmlparse.h" -+#include "expat/xmlparse.h" - /* Assume Expat 1.1 unless told otherwise */ - #ifndef EXPAT_VERSION - #define EXPAT_VERSION 0x010100 ---- setup.py-orig Fri Feb 2 11:24:25 2001 -+++ setup.py Wed Feb 14 18:13:15 2001 -@@ -445,7 +445,7 @@ - # expat.h was found - expat_defs = [('HAVE_EXPAT_H', 1)] - else: -- expat_incs = find_file('xmlparse.h', inc_dirs, []) -+ expat_incs = find_file('expat/xmlparse.h', inc_dirs, []) - - if (expat_incs is not None and - self.compiler.find_library_file(lib_dirs, 'expat')): |