SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
audio/pulseaudio/patches/patch-src_daemon_caps_c
Normal file
13
audio/pulseaudio/patches/patch-src_daemon_caps_c
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue