[Pkg-gtkpod-devel] Bug#591254: libgpod: FTBFS on kfreebsd-*: too many arguments to function 'mount'
Petr Salinger
Petr.Salinger at seznam.cz
Tue Aug 10 14:48:38 UTC 2010
tags 591254 +patch
--
Hi,
please apply similar workaround as previously in #545952.
Cheers
Petr
--- tools/generic-callout.c
+++ tools/generic-callout.c
@@ -569,6 +569,7 @@
static char *mount_ipod (const char *dev_path, const char *fstype)
{
+#ifdef __linux__
char *filename;
char *tmpname;
int result;
@@ -591,6 +592,10 @@
}
return tmpname;
+#else
+#warning mount wrapper for your OS is missing
+ return NULL;
+#endif
}
static gboolean write_sysinfo_extended (const char *mountpoint,
More information about the Pkg-gtkpod-devel
mailing list