]> git.pld-linux.org Git - packages/crossfire.git/commitdiff
- support python 2.4 as well
authorsaq <saq@pld-linux.org>
Thu, 23 Dec 2004 22:30:10 +0000 (22:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossfire-python2.3.patch -> 1.2

crossfire-python2.3.patch

index bcd2a061f74727c9c68f4d82065fca7a578c244d..a9bb71dd678349147a11b0c0d0f1bbe68c860588 100644 (file)
@@ -6,7 +6,7 @@ diff -dur crossfire-1.5.0.20030416.orig/acinclude.m4 crossfire-1.5.0.20030416/ac
        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.3,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"
@@ -15,7 +15,7 @@ diff -dur crossfire-1.5.0.20030416.orig/acinclude.m4 crossfire-1.5.0.20030416/ac
                PYTHON_LIB=""
  
 -                for lib in python{,2.2,2.1,2.0} ; do
-+                for lib in python{,2.3,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
This page took 0.031883 seconds and 4 git commands to generate.