Package: gnome-pilot-conduits
Version: 2.0.15-1.2
Severity: important
Tags: patch
User: [email protected]
Usertags: kfreebsd
Hi,
the current version fails to build on GNU/kFreeBSD.
It needs a small tweak, see bellow.
It would also be nice if you can ask upstream
to include this change.
Thanks in advance
Petr
--- mal-conduit/mal/common/AGNet.h
+++ mal-conduit/mal/common/AGNet.h
@@ -61,7 +61,7 @@
# include <sys/filio.h>
# include <arpa/inet.h>
# else
-# ifdef __FreeBSD__
+# if defined(__FreeBSD__) || 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]