diff options
Diffstat (limited to 'multimedia/gst-plugins1-good/patches/patch-configure')
-rw-r--r-- | multimedia/gst-plugins1-good/patches/patch-configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/gst-plugins1-good/patches/patch-configure b/multimedia/gst-plugins1-good/patches/patch-configure index ee0719e11cc..4b72a32c5e5 100644 --- a/multimedia/gst-plugins1-good/patches/patch-configure +++ b/multimedia/gst-plugins1-good/patches/patch-configure @@ -1,6 +1,6 @@ -$NetBSD: patch-configure,v 1.1 2016/04/11 15:00:31 wiz Exp $ +$NetBSD: patch-configure,v 1.2 2017/01/04 07:14:36 wiz Exp $ -Allow building with python 3.4 and 3.5. +Allow building with python 3.4-3.6. --- configure.orig 2016-01-20 09:28:06.000000000 +0000 +++ configure @@ -9,7 +9,7 @@ Allow building with python 3.4 and 3.5. # Find any Python interpreter. if test -z "$PYTHON"; then - for ac_prog in python python2 python3 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 -+ for ac_prog in python python2 python3 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 ++ for ac_prog in python python2 python3 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 |