SOURCES: lcms-python.patch (NEW) - fix paths
qboosh
qboosh at pld-linux.org
Sun Dec 24 15:45:05 CET 2006
Author: qboosh Date: Sun Dec 24 14:45:05 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix paths
---- Files affected:
SOURCES:
lcms-python.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/lcms-python.patch
diff -u /dev/null SOURCES/lcms-python.patch:1.1
--- /dev/null Sun Dec 24 15:45:05 2006
+++ SOURCES/lcms-python.patch Sun Dec 24 15:45:00 2006
@@ -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"
+ then
+ LCMS_PYTHON_PREFIX=`$PYTHON -c "import sys; print sys.prefix"`
+- LCMS_PYEXECDIR=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib()"`
++ LCMS_PYEXECDIR=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1)"`
+ LCMS_PYINCLUDE=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_inc()"`
+- LCMS_PYLIB=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(0,1)"`
++ LCMS_PYLIB=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1,1)"`
+ AC_CHECK_FILE([$LCMS_PYINCLUDE/Python.h],PYTHON_OK='yes',PYTHON_OK='no')
+ AC_SUBST(LCMS_PYEXECDIR)
+ AC_SUBST(LCMS_PYINCLUDE)
================================================================
More information about the pld-cvs-commit
mailing list