Edgewall Software

TracForPython2.5: clearsilver-sucks.diff

File clearsilver-sucks.diff, 0.8 KB (added by anonymous, 19 months ago)

Patch for configure.in clearsilver 0.10.4

  • clearsilver-0.10.

    old new  
    247247  python_inc=no 
    248248  python_lib=no 
    249249  python_search_path="/neo/opt /usr/local /usr /c" 
    250   python_versions="2.4 2.3 2.2 2.1 2.0 1.5 24 23 22 21 20 15" 
     250  python_versions="2.5 2.4 2.3 2.2 2.1 2.0 1.5 24 23 22 21 20 15" 
    251251  if test $cs_cv_python_path != "no" -a -x $cs_cv_python_path; then 
    252252    python_bin=$cs_cv_python_path 
    253253    vers=`$python_bin -c "import sys; print sys.version[[:3]]"` 
     
    268268          fi 
    269269          if test -d $python_base; then 
    270270              python_lib="-L$python_base/config -lpython$vers" 
    271               python_site=$python_base/site-packages 
     271              python_site=$python_base 
    272272          fi 
    273273        fi 
    274274        if test -f $path/include/python$vers/Python.h; then