]> git.pld-linux.org Git - packages/lcms2.git/commitdiff
- fix paths
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 24 Dec 2006 14:45:00 +0000 (14:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lcms-python.patch -> 1.1

lcms-python.patch [new file with mode: 0644]

diff --git a/lcms-python.patch b/lcms-python.patch
new file mode 100644 (file)
index 0000000..31ca35d
--- /dev/null
@@ -0,0 +1,14 @@
+--- lcms-1.16/configure.ac.orig        2006-09-15 15:40:55.000000000 +0200
++++ lcms-1.16/configure.ac     2006-12-24 14:59:33.142744325 +0100
+@@ -94,9 +94,9 @@
+   if test -n "$PYTHON"\r
+   then\r
+       LCMS_PYTHON_PREFIX=`$PYTHON -c "import sys; print sys.prefix"`\r
+-      LCMS_PYEXECDIR=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib()"`\r
++      LCMS_PYEXECDIR=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1)"`\r
+     LCMS_PYINCLUDE=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_inc()"`   \r
+-      LCMS_PYLIB=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(0,1)"`\r
++      LCMS_PYLIB=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1,1)"`\r
+       AC_CHECK_FILE([$LCMS_PYINCLUDE/Python.h],PYTHON_OK='yes',PYTHON_OK='no')\r
+     AC_SUBST(LCMS_PYEXECDIR)\r
+     AC_SUBST(LCMS_PYINCLUDE)\r
This page took 0.1161 seconds and 4 git commands to generate.