slackbuilds_ponce/network/avahi/fix-dbus-report-after-configure.patch
Robby Workman 17ad7f1950 network/avahi: Updated for version 0.6.32.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2017-06-03 08:00:06 +07:00

12 lines
377 B
Diff

diff -Nur avahi-0.6.32.orig/configure avahi-0.6.32/configure
--- avahi-0.6.32.orig/configure 2016-02-15 20:16:07.593116883 -0600
+++ avahi-0.6.32/configure 2017-06-01 16:26:54.861206047 -0500
@@ -28506,7 +28506,7 @@
BUILD_CLIENT="no (You need avahi-daemon and D-Bus!)"
-if "x$HAVE_DBUS" = "xyes" ; then
+if test "x$HAVE_DBUS" = "xyes" ; then
BUILD_CLIENT=yes
fi