Package: libkcompactdisc / 4:4.12.3-2

Metadata

Package Version Patches format
libkcompactdisc 4:4.12.3-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
kfreebsd_include.diff | (download)

wmlib/plat_freebsd.c | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 replace sys/mount.h include with sys/statfs.h on gnu/kfreebsd.
 Due to Debian #704598, GNU/kFreeBSD' sys/mount.h cannot be used in
 C90 C sources, such as plat_freebsd.c when compiled with default CFLAGS
 provided with kdelibs.
 When using GNU libc, use sys/statfs.h instead of sys/mount.h; the former
 should provide fstatfs.