summaryrefslogtreecommitdiffstats
path: root/network/avahi/avahi.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/avahi/avahi.SlackBuild')
-rw-r--r--network/avahi/avahi.SlackBuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/network/avahi/avahi.SlackBuild b/network/avahi/avahi.SlackBuild
index f789d9f705..ddd30dfcad 100644
--- a/network/avahi/avahi.SlackBuild
+++ b/network/avahi/avahi.SlackBuild
@@ -27,7 +27,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=avahi
-VERSION=${VERSION:-0.6.31}
+VERSION=${VERSION:-0.6.32}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -99,10 +99,8 @@ find -L . \
# Thanks to Robby Workman for this patch.
patch -p1 --verbose < $CWD/fixup_avahi-dnsconfd.action.patch
-# Permit deprecated functions, see https://bugzilla.redhat.com/show_bug.cgi?id=1001676#c9
-# There's a cmake option for this, but no configure option,
-# so thanks to Arch Linux for this one-liner:
-sed 's:-DG[^ ]*_DISABLE_DEPRECATED=1::g' -i avahi-ui/Makefile.*
+# Fix dbus detection report
+patch -p1 --verbose < $CWD/fix-dbus-report-after-configure.patch
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \