diff options
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 - |