diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2019-07-20 17:43:35 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-07-27 08:06:15 +0700 |
commit | 6857eb67064524ae5704986ebda8ab511d9d20b7 (patch) | |
tree | 98bfcfd0cf0dcb406f93764a23e685c48aef4124 /network/avahi/fix-dbus-report-after-configure.patch | |
parent | fd2ba954c5fd5fe1607f96a40d4050aa66fed6b5 (diff) | |
download | slackbuilds-6857eb67064524ae5704986ebda8ab511d9d20b7.tar.gz |
network/avahi: Updated for version 0.7.
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.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/network/avahi/fix-dbus-report-after-configure.patch b/network/avahi/fix-dbus-report-after-configure.patch deleted file mode 100644 index 1a44dd3b88..0000000000 --- a/network/avahi/fix-dbus-report-after-configure.patch +++ /dev/null @@ -1,12 +0,0 @@ -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 - |