openbsd-ports/audio/pulseaudio/patches/patch-src_daemon_caps_c
ajacoutot ba783e459d Update to pulseaudio-6.0.
ok robert@ (maintainer)
2015-03-15 08:45:10 +00:00

15 lines
583 B
Plaintext

$OpenBSD: patch-src_daemon_caps_c,v 1.3 2015/03/15 08:45:10 ajacoutot Exp $
--- src/daemon/caps.c.orig Thu Feb 12 15:10:35 2015
+++ src/daemon/caps.c Mon Feb 16 14:45:37 2015
@@ -92,8 +92,10 @@ void pa_drop_caps(void) {
#error "Don't know how to do capabilities on your system. Please send a patch."
#endif /* __linux__ */
#else /* HAVE_SYS_CAPABILITY_H */
+#if 0
pa_log_warn("Normally all extra capabilities would be dropped now, but "
"that's impossible because PulseAudio was built without "
"capabilities support.");
+#endif
#endif
}