summaryrefslogtreecommitdiffstats
path: root/network/avahi/fix-dbus-report-after-configure.patch
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2017-06-01 16:36:36 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-06-03 08:00:06 +0700
commit17ad7f19509d6979d3e9bce688f02432b666c5f1 (patch)
treef470f05a62df8b8d0fe5de9c8d375dbf64c2ebd0 /network/avahi/fix-dbus-report-after-configure.patch
parent65e211008078497fefd5ef6032992cb1521e7e50 (diff)
downloadslackbuilds-17ad7f19509d6979d3e9bce688f02432b666c5f1.tar.gz
slackbuilds-17ad7f19509d6979d3e9bce688f02432b666c5f1.tar.xz
network/avahi: Updated for version 0.6.32.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/avahi/fix-dbus-report-after-configure.patch')
-rw-r--r--network/avahi/fix-dbus-report-after-configure.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/network/avahi/fix-dbus-report-after-configure.patch b/network/avahi/fix-dbus-report-after-configure.patch
new file mode 100644
index 0000000000..1a44dd3b88
--- /dev/null
+++ b/network/avahi/fix-dbus-report-after-configure.patch
@@ -0,0 +1,12 @@
+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
+