Gentoo Archives: gentoo-commits

From: "Nathan Phillip Brink (binki)" <binki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/atheme-services/files: atheme-services-7.0.0_alpha9-pkg-config.patch
Date: Fri, 30 Dec 2011 22:42:46
Message-Id: 20111230224237.3763B2004B@flycatcher.gentoo.org
1 binki 11/12/30 22:42:37
2
3 Added: atheme-services-7.0.0_alpha9-pkg-config.patch
4 Log:
5 Fix ./configure failure of atheme-services-7.0.0_alpha9 caused by missing PKG_PROG_PKG_CONFIG call.
6
7 (Portage version: 2.2.0_alpha82-r1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-irc/atheme-services/files/atheme-services-7.0.0_alpha9-pkg-config.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/atheme-services/files/atheme-services-7.0.0_alpha9-pkg-config.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/atheme-services/files/atheme-services-7.0.0_alpha9-pkg-config.patch?rev=1.1&content-type=text/plain
14
15 Index: atheme-services-7.0.0_alpha9-pkg-config.patch
16 ===================================================================
17 From: Nathan Phillip Brink <binki@g.o>
18 Subject: Fix missing call to PKG_PROG_PKG_CONFIG caused by conditional
19 invokation of the first PKG_CHECK_MODULES call.
20
21 --- a/configure.ac
22 +++ b/configure.ac
23 @@ -561,6 +561,10 @@
24 [],
25 [with_mowgli2=no])
26
27 +dnl If the first PKG_CHECK_MODULES invokation is conditional, we must
28 +dnl manually invoke PKG_PROG_PKG_CONFIG:
29 +PKG_PROG_PKG_CONFIG
30 +
31 if test "x$with_mowgli2" = "xyes"; then
32 PKG_CHECK_MODULES(MOWGLI, [libmowgli-2 >= 0.9.90],
33 [MOWGLI_SOURCE="system"], [