From bccacb954bd4e82e7543f70a9ca1d3ad8b6970af Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sun, 5 Jul 2009 17:16:05 +0000 Subject: [PATCH] - drop obsolete files Changed files: crossfire-python2.3.patch -> 1.3 --- crossfire-python2.3.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 crossfire-python2.3.patch diff --git a/crossfire-python2.3.patch b/crossfire-python2.3.patch deleted file mode 100644 index a9bb71d..0000000 --- a/crossfire-python2.3.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -dur crossfire-1.5.0.20030416.orig/acinclude.m4 crossfire-1.5.0.20030416/acinclude.m4 ---- crossfire-1.5.0.20030416.orig/acinclude.m4 2003-04-05 07:39:46.000000000 +0200 -+++ crossfire-1.5.0.20030416/acinclude.m4 2004-04-16 18:53:42.867327547 +0200 -@@ -7,7 +7,7 @@ - dir="" - AC_CHECK_HEADERS([Python.h],[cf_have_python_h=yes]) - if test "x$cf_have_python_h" = "x" ; then -- for dir in /usr{,/local}/include/python{,2.2,2.1,2.0} ; do -+ for dir in /usr{,/local}/include/python{,2.4,2.3,2.2,2.1,2.0} ; do - AC_CHECK_HEADERS(["$dir/Python.h"],[cf_have_python_h=yes]) - if test "x$cf_have_python_h" != "x" ; then - PY_INCLUDES="-I$dir" -@@ -21,7 +21,7 @@ - if test "x$cf_have_python_h" = "xyes" ; then - PYTHON_LIB="" - -- for lib in python{,2.2,2.1,2.0} ; do -+ for lib in python{,2.4,2.3,2.2,2.1,2.0} ; do - AC_CHECK_LIB($lib, PyArg_ParseTuple,[PYTHON_LIB="-l$lib"]) - if test "x$PYTHON_LIB" != "x" ; then - break -- 2.43.0