From eb7807247628fafc94f8025337d6ef70ded04663 Mon Sep 17 00:00:00 2001 From: Jacek Konieczny Date: Thu, 6 Oct 2005 13:44:07 +0000 Subject: [PATCH] - allow building Zope3 with Python 2.4.2 Changed files: Zope3-python_2_4_2.patch -> 1.1 --- Zope3-python_2_4_2.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Zope3-python_2_4_2.patch diff --git a/Zope3-python_2_4_2.patch b/Zope3-python_2_4_2.patch new file mode 100644 index 0000000..b2c02c4 --- /dev/null +++ b/Zope3-python_2_4_2.patch @@ -0,0 +1,12 @@ +diff -dur -x '*~' Zope-3.1.0.orig/configure Zope-3.1.0/configure +--- Zope-3.1.0.orig/configure 2005-10-02 20:52:41.000000000 +0200 ++++ Zope-3.1.0/configure 2005-10-06 14:42:52.000000000 +0200 +@@ -27,7 +27,7 @@ + # sys.version) below in "best" to "worst" order, not including the + # target version. Up to six acceptable python versions are allowed. + # Do not include the target version number in this list! +-ACCEPTABLE="2.3.5 2.4.1" ++ACCEPTABLE="2.3.5 2.4.1 2.4.2" + + # provide the executable names for all the acceptable versions + # (and the target version) below -- 2.43.0