]> gitweb @ CieloNegro.org - pkgsrc-ardour.git/blob - patches/patch-ab
it builds!
[pkgsrc-ardour.git] / patches / patch-ab
1 $NetBSD$
2
3 --- libs/pbd/mountpoint.cc.orig 2009-02-24 12:38:16.000000000 +0000
4 +++ libs/pbd/mountpoint.cc
5 @@ -99,7 +99,11 @@ mountpoint (string path)
6  string
7  mountpoint (string path)
8  {
9 +#if defined(__NetBSD__)
10 +    struct statvfs *mntbufp = 0;
11 +#else
12         struct statfs *mntbufp = 0;
13 +#endif
14         int count;
15         unsigned int maxmatch = 0;
16         unsigned int matchlen;