summaryrefslogtreecommitdiff
path: root/devel/automake/patches/patch-m4_python.m4
diff options
context:
space:
mode:
Diffstat (limited to 'devel/automake/patches/patch-m4_python.m4')
-rw-r--r--devel/automake/patches/patch-m4_python.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/automake/patches/patch-m4_python.m4 b/devel/automake/patches/patch-m4_python.m4
index 005727f1ae2..a2815054c12 100644
--- a/devel/automake/patches/patch-m4_python.m4
+++ b/devel/automake/patches/patch-m4_python.m4
@@ -1,6 +1,6 @@
-$NetBSD: patch-m4_python.m4,v 1.1 2015/08/08 20:42:45 wiz Exp $
+$NetBSD: patch-m4_python.m4,v 1.2 2016/04/14 11:28:48 wiz Exp $
-AM_PATH_PYTHON: look for python3.4 binary as well.
+AM_PATH_PYTHON: look for python3.4 and python3.5 binaries as well.
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21219
--- m4/python.m4.orig 2014-12-30 13:49:41.000000000 +0000
@@ -10,7 +10,7 @@ http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21219
dnl supported. (2.0 was released on October 16, 2000).
m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
-[python python2 python3 python3.3 python3.2 python3.1 python3.0 python2.7 dnl
-+[python python2 python3 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 dnl
++[python python2 python3 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 dnl
python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0])
AC_ARG_VAR([PYTHON], [the Python interpreter])