tags 672743 + patch
thanks

On 13/05/12 13:00, Cristian Greco wrote:
> will fix this with a new upload, but I'd prefer to wait for qtwebkit
> 2.2.1-4 to be available on all arches

Hi Cristian,

qtwebkit 2.2.1-4 has migrated to testing now.

Only one file needed the extra #include <unistd.h> to build again on
kfreebsd-*;  please see attached patch.

Thanks!

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org
Index: fatrat-1.1.3/src/poller/KqueuePoller.cpp
===================================================================
--- fatrat-1.1.3.orig/src/poller/KqueuePoller.cpp	2010-09-06 10:43:46.000000000 +0100
+++ fatrat-1.1.3/src/poller/KqueuePoller.cpp	2012-05-19 21:24:11.771429689 +0100
@@ -31,6 +31,7 @@
 #include <sys/event.h>
 #include <sys/time.h>
 #include <alloca.h>
+#include <unistd.h>
 
 KqueuePoller::KqueuePoller(QObject* parent)
 	: Poller(parent)

Reply via email to