mario0alberto1 / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
0 stars 0 forks source link

Fixes build failure on recent NetBSD release #490

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. make on current supported NetBSD release.
2. statfs is used in src/mntent_compat.c, but not exists on recent NetBSD
3. failed to build

What is the expected output? What do you see instead?

I want to use it on NetBSD.

What version of the product are you using? On what operating system?

gnome-mplayer-1.0.0 on NetBSD-5.1

Please provide any additional information below.

On recent NetBSD release, statvfs is usable instead of statfs,
and f_flag instead of f_flags for mount flags.
With attached patch, it is possible to build gnome-mplayer-1.0.0 on NetBSD-5.1.

Original issue reported on code.google.com by ob...@lins.jp on 28 Feb 2011 at 10:37

Attachments:

GoogleCodeExporter commented 8 years ago
Applied the patch to SVN r1911, can you please verify that SVN works on your 
machine?

Original comment by kdeko...@gmail.com on 28 Feb 2011 at 1:45