Package: libmediainfo / 0.7.91-1

Call-PKG_PROG_PKG_CONFIG-manually.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Chow Loong Jin <hyperair@debian.org>
Date: Thu, 16 May 2013 23:39:09 +0800
Subject: Call PKG_PROG_PKG_CONFIG manually

This avoids the issue where the next PKG_CHECK_MODULES after the md5 thinks
pkg-config doesn't exist.
---
 Project/GNU/Library/configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Project/GNU/Library/configure.ac b/Project/GNU/Library/configure.ac
index b3124cb..41e4273 100644
--- a/Project/GNU/Library/configure.ac
+++ b/Project/GNU/Library/configure.ac
@@ -602,6 +602,9 @@ fi
 dnl Needed in case with_libmd5=no while using pkg-config for other things
 PKG_PROG_PKG_CONFIG
 
+dnl Needed in case with_libmd5=no while using pkg-config for other things
+PKG_PROG_PKG_CONFIG
+
 dnl -------------------------------------------------------------------------
 dnl libmd5
 dnl