summaryrefslogtreecommitdiff
path: root/multimedia/ssr/patches/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/ssr/patches/patch-configure')
-rw-r--r--multimedia/ssr/patches/patch-configure15
1 files changed, 0 insertions, 15 deletions
diff --git a/multimedia/ssr/patches/patch-configure b/multimedia/ssr/patches/patch-configure
deleted file mode 100644
index a56aabe687e..00000000000
--- a/multimedia/ssr/patches/patch-configure
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2016/02/08 01:17:53 markd Exp $
-
-Fix "test =="
-
---- configure.orig 2015-11-02 21:13:49.000000000 +0000
-+++ configure
-@@ -17044,7 +17044,7 @@ else
- ENABLE_FFMPEG_VERSIONS_FALSE=
- fi
-
-- if test x"$with_qt5" == x"yes"; then
-+ if test x"$with_qt5" = x"yes"; then
- WITH_QT5_TRUE=
- WITH_QT5_FALSE='#'
- else