summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2011-07-30 12:58:36 +0000
committerSven Wegener <swegener@gentoo.org>2011-07-30 12:58:36 +0000
commite74b30089310336dd0c91ecfc58c93aafd2391ff (patch)
tree35397d99beb4510a43e28c9915fc45743e9b0c23 /net-dns/pdns/files
parentDepend on kde as otherwise the configure phase fails, bug 376825 (diff)
downloadgentoo-2-e74b30089310336dd0c91ecfc58c93aafd2391ff.tar.gz
gentoo-2-e74b30089310336dd0c91ecfc58c93aafd2391ff.tar.bz2
gentoo-2-e74b30089310336dd0c91ecfc58c93aafd2391ff.zip
Explicitly check for pkg-config.
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'net-dns/pdns/files')
-rw-r--r--net-dns/pdns/files/pdns-3.0-lua-config.patch10
1 files changed, 9 insertions, 1 deletions
diff --git a/net-dns/pdns/files/pdns-3.0-lua-config.patch b/net-dns/pdns/files/pdns-3.0-lua-config.patch
index 86e0b434777f..4507010f2018 100644
--- a/net-dns/pdns/files/pdns-3.0-lua-config.patch
+++ b/net-dns/pdns/files/pdns-3.0-lua-config.patch
@@ -2,7 +2,15 @@ Index: configure.ac
===================================================================
--- configure.ac (revision 2250)
+++ configure.ac (working copy)
-@@ -26,7 +26,7 @@
+@@ -16,6 +16,7 @@
+ AC_PROG_MAKE_SET
+ AC_PROG_LIBTOOL
+ AC_LANG_CPLUSPLUS
++PKG_PROG_PKG_CONFIG
+
+ BOOST_REQUIRE([1.34])
+ BOOST_FOREACH
+@@ -26,7 +27,7 @@
dnl Check for lua
AC_MSG_CHECKING(if with lua)