Package: ktorrent
Severity: important
Version: 2.0.3+dfsg1-2
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 changes.

Thanks in advance

                        Petr


--- libktorrent/net/socket.cpp~ 2006-12-05 19:25:19.000000000 +0100
+++ libktorrent/net/socket.cpp  2006-12-05 19:25:19.000000000 +0100
@@ -30,7 +30,7 @@
 #include <netinet/tcp.h>
 #include <arpa/inet.h>

-#ifdef Q_OS_LINUX
+#if defined(Q_OS_LINUX) && !defined(__FreeBSD_kernel__)
 #include <asm/ioctls.h>
 #endif




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to