[Bug 154718] kdemultimedia doesn't build on NetBSD

Mark Davies mark at mcs.vuw.ac.nz
Thu Jan 3 08:08:03 GMT 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=154718         




------- Additional Comments From mark mcs vuw ac nz  2008-01-03 09:08 -------
Older NetBSD's have statfs().  Newer ones have statvfs().  None have both.
>From the manual page:
HISTORY
     The statvfs(), statvfs1(), fstatvfs(), and fstatvfs1() functions first
     appeared in NetBSD 3.0 to replace the statfs() family of functions which
     first appeared in 4.4BSD.

kdebase/workspace/kcontrol/infocenter/info/info_netbsd.cpp and kdebase/workspace/plasma/dataengines/soliddevice/soliddeviceengine.cpp have examples of choosing one or the other based on a CMake test.

cheers
mark



More information about the kde-multimedia mailing list