Package: jpilot-syncmal
Severity: important
Version: 0.72.2-1
Tags: patch
Hi,
the current version fails to build on GNU/kFreeBSD.
It needs small tweak, see bellow.
It would also be nice if you can ask upstream
to include this change.
Thanks in advance
Petr
--- malsync/mal/common/AGNet.h~ 2006-12-05 17:50:11.000000000 +0100
+++ malsync/mal/common/AGNet.h 2006-12-05 17:50:11.000000000 +0100
@@ -62,7 +62,7 @@
# include <sys/filio.h>
# include <arpa/inet.h>
# else
-# if (defined(BSD) && BSD >= 199306) || defined(_HPUX_SOURCE)
+# if (defined(BSD) && BSD >= 199306) || defined(_HPUX_SOURCE) ||
defined(__FreeBSD_kernel__)
# include <sys/ioctl.h>
# include <arpa/inet.h>
# else
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]