----------------original message-----------------
De: "Thorsten Glaser" [email protected]
A: "Xavier Grave" [email protected]
Copie à: [email protected], [email protected]
Date: Thu, 14 Jan 2010 22:57:24 +0000 (UTC)
-------------------------------------------------
 
 
> Xavier Grave dixit:
> 
>>#if defined (__FreeBSD__) || defined (__vxworks) || defined(__rtems__)
> 
> Make that:
> 
> #if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || \
> defined(__vxworks) || defined(__rtems__)
> 
> bye,

Thanks, I have just exactly done it after I found out :
http://www.mail-archive.com/[email protected]/msg734283.html
Exactly the same solution that you propose and it worked like a charm. The
new fix is much much better than the previous one. It can apply for all arch
to be compared to the previous one that only applied for kfreebsd OS.
Package compilation is going one. After this I will need help to set up
binNMU for kfreebsd (since I have never done this before).



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

Reply via email to