]> git.pld-linux.org Git - packages/lcms.git/blob - lcms-python.patch
- release 2
[packages/lcms.git] / lcms-python.patch
1 --- lcms-1.16/configure.ac.orig 2006-09-15 15:40:55.000000000 +0200
2 +++ lcms-1.16/configure.ac      2006-12-24 14:59:33.142744325 +0100
3 @@ -94,9 +94,9 @@
4    if test -n "$PYTHON"\r
5    then\r
6         LCMS_PYTHON_PREFIX=`$PYTHON -c "import sys; print sys.prefix"`\r
7 -       LCMS_PYEXECDIR=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib()"`\r
8 +       LCMS_PYEXECDIR=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1)"`\r
9      LCMS_PYINCLUDE=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_inc()"`    \r
10 -       LCMS_PYLIB=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(0,1)"`\r
11 +       LCMS_PYLIB=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1,1)"`\r
12         AC_CHECK_FILE([$LCMS_PYINCLUDE/Python.h],PYTHON_OK='yes',PYTHON_OK='no')\r
13      AC_SUBST(LCMS_PYEXECDIR)\r
14      AC_SUBST(LCMS_PYINCLUDE)\r
This page took 0.061994 seconds and 3 git commands to generate.