]> git.pld-linux.org Git - packages/crossfire.git/commitdiff
- python 2.6
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 19 Oct 2008 13:21:02 +0000 (13:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossfire-ac260.patch -> 1.2

crossfire-ac260.patch

index 742a97390c305ff7afcb54c42f3ef51cbaad45a2..81e5d68786b55a85b9334ca83e1ecd68d94cfbf2 100644 (file)
@@ -5,7 +5,7 @@
        dir=""
        if test "x$PYTHON_HOME" != "x"; then
 -              for dir in $PYTHON_HOME/include/python{,2.5,2.4,2.3,2.2,2.1,2.0} ; do
-+              for pyver in "" 2.5 2.4 2.3 2.2 2.1 2.0 ; do
++              for pyver in "" 2.6 2.5 2.4 2.3 2.2 2.1 2.0 ; do
 +                      dir=$PYTHON_HOME/include/python${pyver}
                        AC_CHECK_HEADERS(["$dir/Python.h"],[cf_have_python_h=yes])
                        if test "x$cf_have_python_h" != "x" ; then
@@ -18,7 +18,7 @@
                if test "x$cf_have_python_h" = "x"  ; then
 -                      for dir in  /usr{,/local}/include/python{,2.5,2.4,2.3,2.2,2.1,2.0} ; do
 +                      for ldir in  "" /local ; do
-+                      for pyver in  "" 2.5 2.4 2.3 2.2 2.1 2.0 ; do
++                      for pyver in  "" 2.6 2.5 2.4 2.3 2.2 2.1 2.0 ; do
 +                              dir=/usr${ldir}/include/python${pyver}
                                AC_CHECK_HEADERS(["$dir/Python.h"],[cf_have_python_h=yes])
                                if test "x$cf_have_python_h" != "x" ; then
@@ -41,7 +41,7 @@
                else
 -                      for lib in python{,2.5,2.4,2.3,2.2,2.1,2.0} ; do
 -                              AC_CHECK_LIB($lib, PyArg_ParseTuple,[PYTHON_LIB="-l$lib"])
-+                      for pyver in "" 2.5 2.4 2.3 2.2 2.1 2.0 ; do
++                      for pyver in "" 2.6 2.5 2.4 2.3 2.2 2.1 2.0 ; do
 +                              AC_CHECK_LIB(python$pyver, PyArg_ParseTuple,[PYTHON_LIB="-lpython$pyver"])
                                if test "x$PYTHON_LIB" != "x" ; then
                                        break
This page took 0.065906 seconds and 4 git commands to generate.