diff options
Diffstat (limited to 'graphics/lcms-python/files/patch-configure')
-rw-r--r-- | graphics/lcms-python/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/lcms-python/files/patch-configure b/graphics/lcms-python/files/patch-configure new file mode 100644 index 000000000000..6c99e9790c5b --- /dev/null +++ b/graphics/lcms-python/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2018-02-06 01:53:28 UTC ++++ configure +@@ -5287,7 +5287,7 @@ if test "${am_cv_pathless_PYTHON+set}" = + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + +- for am_cv_pathless_PYTHON in python python2 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 none; do ++ for am_cv_pathless_PYTHON in python python2 python2.7 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 none; do + test "$am_cv_pathless_PYTHON" = none && break + prog="import sys, string + # split strings by '.' and convert to numeric. Append some zeros |