summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins1-ugly/patches/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gst-plugins1-ugly/patches/patch-configure')
-rw-r--r--multimedia/gst-plugins1-ugly/patches/patch-configure15
1 files changed, 0 insertions, 15 deletions
diff --git a/multimedia/gst-plugins1-ugly/patches/patch-configure b/multimedia/gst-plugins1-ugly/patches/patch-configure
deleted file mode 100644
index c8dfd03889a..00000000000
--- a/multimedia/gst-plugins1-ugly/patches/patch-configure
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-configure,v 1.3 2017/09/12 09:32:44 wiz Exp $
-
-Allow building with python 3.4-3.6.
-
---- configure.orig 2017-07-14 08:23:30.000000000 +0000
-+++ configure
-@@ -22295,7 +22295,7 @@ fi
-
- # Find any Python interpreter.
- if test -z "$PYTHON"; then
-- 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