jer 14/10/07 09:34:37 Added: libpcap-1.6.2-dbus.patch Log: Fix USE=dbus (bug #524602). (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.1 net-libs/libpcap/files/libpcap-1.6.2-dbus.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/files/libpcap-1.6.2-dbus.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/files/libpcap-1.6.2-dbus.patch?rev=1.1&content-type=text/plain Index: libpcap-1.6.2-dbus.patch =================================================================== --- a/configure.in +++ b/configure.in @@ -1633,16 +1633,6 @@ # AC_MSG_ERROR([Due to freedesktop.org bug 74029, D-Bus capture support is not available on OS X]) ;; - esac - else - case "$host_os" in - - darwin*) - # - # https://bugs.freedesktop.org/show_bug.cgi?id=74029 - # - ;; - *) AC_CHECK_PROG([PKGCONFIG], [pkg-config], [pkg-config], [no]) if test "x$PKGCONFIG" != "xno"; then
