[Pkg-pulseaudio-devel] Bug#497624: pulseaudio: FTBFS on GNU/kFreeBSD
Petr Salinger
Petr.Salinger at seznam.cz
Wed Sep 3 07:28:20 UTC 2008
Package: pulseaudio
Severity: important
Version: 0.9.10-2.1
Tags: patch
User: glibc-bsd-devel at lists.alioth.debian.org
Usertags: kfreebsd
Hi,
the current version fails to build on GNU/kFreeBSD.
The implementation of function pa_drop_caps() in caps.c
does not match prototype in caps.h.
Please use fix bellow.
It would also be nice if you can ask upstream
to include this change.
Thanks in advance
Petr
--- src/daemon/caps.c~ 2008-09-03 09:02:10.000000000 +0000
+++ src/daemon/caps.c 2008-09-03 09:02:10.000000000 +0000
@@ -131,9 +131,8 @@
return 0;
}
-int pa_drop_caps(void) {
+void pa_drop_caps(void) {
pa_drop_root();
- return 0;
}
#endif
More information about the Pkg-pulseaudio-devel
mailing list