Package: gentoo
Version: 0.15.3-0.1
Severity: important
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package fails to build on GNU/kFreeBSD due to undefined references
to mne_*(). Please find attached a patch to fix that.

Thanks for considering.

Mraw,
KiBi.
--- a/src/mntent_wrap.c
+++ b/src/mntent_wrap.c
@@ -24,7 +24,7 @@ struct MntEnt {
 
 /* ----------------------------------------------------------------------------------------- */
 
-#if defined __CYGWIN__ || defined __linux__ || defined __sgi	/* Linux and IRIX implementation. */
+#if defined __CYGWIN__ || defined __linux__ || defined __sgi || defined __GLIBC__	/* Linux and IRIX implementation. */
 
 #include <mntent.h>
 

Reply via email to