Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/pdns/files: pdns-3.0-lua-config.patch
Date: Sat, 30 Jul 2011 12:58:47
Message-Id: 20110730125836.280FF20051@flycatcher.gentoo.org
1 swegener 11/07/30 12:58:36
2
3 Modified: pdns-3.0-lua-config.patch
4 Log:
5 Explicitly check for pkg-config.
6
7 (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-dns/pdns/files/pdns-3.0-lua-config.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/files/pdns-3.0-lua-config.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/files/pdns-3.0-lua-config.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/files/pdns-3.0-lua-config.patch?r1=1.1&r2=1.2
15
16 Index: pdns-3.0-lua-config.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns/files/pdns-3.0-lua-config.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pdns-3.0-lua-config.patch 30 Jul 2011 09:59:11 -0000 1.1
23 +++ pdns-3.0-lua-config.patch 30 Jul 2011 12:58:36 -0000 1.2
24 @@ -2,7 +2,15 @@
25 ===================================================================
26 --- configure.ac (revision 2250)
27 +++ configure.ac (working copy)
28 -@@ -26,7 +26,7 @@
29 +@@ -16,6 +16,7 @@
30 + AC_PROG_MAKE_SET
31 + AC_PROG_LIBTOOL
32 + AC_LANG_CPLUSPLUS
33 ++PKG_PROG_PKG_CONFIG
34 +
35 + BOOST_REQUIRE([1.34])
36 + BOOST_FOREACH
37 +@@ -26,7 +27,7 @@
38
39 dnl Check for lua
40 AC_MSG_CHECKING(if with lua)