summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/vlc/vlc/0003-use-am-path-libgcrypt.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-multimedia/recipes-multimedia/vlc/vlc/0003-use-am-path-libgcrypt.patch')
-rw-r--r--meta-multimedia/recipes-multimedia/vlc/vlc/0003-use-am-path-libgcrypt.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc/0003-use-am-path-libgcrypt.patch b/meta-multimedia/recipes-multimedia/vlc/vlc/0003-use-am-path-libgcrypt.patch
index ae80745d25..8e881d0935 100644
--- a/meta-multimedia/recipes-multimedia/vlc/vlc/0003-use-am-path-libgcrypt.patch
+++ b/meta-multimedia/recipes-multimedia/vlc/vlc/0003-use-am-path-libgcrypt.patch
@@ -5,11 +5,11 @@
5 5
6Upstream status: Pending 6Upstream status: Pending
7 7
8Index: vlc-2.1.4/configure.ac 8Index: vlc-2.2.1/configure.ac
9=================================================================== 9===================================================================
10--- vlc-2.1.4.orig/configure.ac 10--- vlc-2.2.1.orig/configure.ac
11+++ vlc-2.1.4/configure.ac 11+++ vlc-2.2.1/configure.ac
12@@ -3940,25 +3940,19 @@ PKG_ENABLE_MODULES_VLC([LIBXML2], [xml], 12@@ -4017,25 +4017,19 @@ PKG_ENABLE_MODULES_VLC([LIBXML2], [xml],
13 dnl 13 dnl
14 dnl libgcrypt 14 dnl libgcrypt
15 dnl 15 dnl
@@ -26,10 +26,10 @@ Index: vlc-2.1.4/configure.ac
26- GCRYPT_CFLAGS="`libgcrypt-config --cflags`" 26- GCRYPT_CFLAGS="`libgcrypt-config --cflags`"
27- GCRYPT_LIBS="`libgcrypt-config --libs`" 27- GCRYPT_LIBS="`libgcrypt-config --libs`"
28- ], [ 28- ], [
29- AC_MSG_ERROR([libgcrypt not found. Install libgcrypt or use --disable-libgcrypt. Have a nice day.]) 29- AC_MSG_ERROR([libgcrypt not found. Install libgcrypt or pass --disable-libgcrypt.])
30- ], [`libgcrypt-config --libs`]) 30- ], [`libgcrypt-config --libs`])
31- ], [ 31- ], [
32- AC_MSG_ERROR([libgcrypt version 1.1.94 or higher not found. Install libgcrypt or use --disable-libgcrypt. Have a nice day.]) 32- AC_MSG_ERROR([libgcrypt version 1.1.94 or higher not found. Install libgcrypt or pass --disable-libgcrypt.])
33- ], [#include <gcrypt.h>] 33- ], [#include <gcrypt.h>]
34- ) 34- )
35+ AM_PATH_LIBGCRYPT($GCRYPT_LIBVER:$GCRYPT_REQ, 35+ AM_PATH_LIBGCRYPT($GCRYPT_LIBVER:$GCRYPT_REQ,