Package: openscenegraph
Severity: important
Version: 2.8.0-1
Tags: patch
User: [email protected]
Usertags: kfreebsd
Hi,
the current version still fails to build on GNU/kFreeBSD.
This time it needs yet another patch, see bellow.
It would also be nice if you can ask upstream
to include similar change.
Thanks in advance
Petr
--- OpenSceneGraph/examples/osgcluster/broadcaster.cpp
+++ OpenSceneGraph/examples/osgcluster/broadcaster.cpp
@@ -37,7 +37,7 @@
#if defined(__linux)
#include <unistd.h>
#include <linux/sockios.h>
-#elif defined(__FreeBSD__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
#include <unistd.h>
#include <sys/sockio.h>
#elif defined(__sgi)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]