GNOME Bugzilla – Bug 150568
Fails to build from sourc eon GNU/k*BSD
Last modified: 2005-05-08 13:42:14 UTC
Debian GNU/kFreeBSD is a port of Debian that consists of GNU userland using the GNU C library on top of FreeBSD's kernel, coupled with the regular Debian package set. A patch is needed for gnome-vfs build on/for GNU/k*BSD systems.
Created attachment 30761 [details] [review] GNU/k*BSD support patch Patch for GNU/k*BSD support supplied by Robert Millan <rmh@debian.org> in http://bugs.debian.org/266699 .
The patch is fairly straightforward. It just adds one additional library to search through to configure.in and replaces checks for "defined(__FreeBSD__)" by "defined(__FreeBSD__) || defined(__FreeBSD_kernel__)". Any objections against commiting it?
I don't like the arch ifdefs, they should be autoconf checks, but thats not your fault. Patch looks good, but it needs updating against HEAD.
Created attachment 30930 [details] [review] Update for CVS HEAD Updated.
Is anything preventing inclusion of this patch?
Fixed on cvs HEAD. Thanks and sorry for the delay!