aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--patches/python/Python-2.4c1-multilib.patch.gzbin3823 -> 0 bytes
-rwxr-xr-xpatches/python/python.SlackBuild1
2 files changed, 0 insertions, 1 deletions
diff --git a/patches/python/Python-2.4c1-multilib.patch.gz b/patches/python/Python-2.4c1-multilib.patch.gz
deleted file mode 100644
index 96b9c565..00000000
--- a/patches/python/Python-2.4c1-multilib.patch.gz
+++ /dev/null
Binary files differ
diff --git a/patches/python/python.SlackBuild b/patches/python/python.SlackBuild
index a6532552..6de51ff4 100755
--- a/patches/python/python.SlackBuild
+++ b/patches/python/python.SlackBuild
@@ -97,7 +97,6 @@ find . -type d -name CVS -exec rm -r {} \;
if [ "$ARCH" == "x86_64" ]; then
zcat $CWD/Python-2.3.3-dirs.patch.gz | patch -p0 --verbose || exit $ERROR_PATCH # thanks suse
- #zcat $CWD/Python-2.4c1-multilib.patch.gz | patch -p1 --verbose || exit $ERROR_PATCH # ditto
fi
if [ -f "$CWD/$PACKAGE-$VERSION.diff" ]; then