diff options
author | maho <maho@FreeBSD.org> | 2004-03-07 20:17:14 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-03-07 20:17:14 +0800 |
commit | 8a4800f9217928e409ea710f58936d767552ed9b (patch) | |
tree | 8adfb7a940ac71c3fb8c1129f1b4181f3e765df3 /graphics | |
parent | a50404ce8c55e8e1635f648e5051e992b777214a (diff) | |
download | freebsd-ports-gnome-8a4800f9217928e409ea710f58936d767552ed9b.tar.gz freebsd-ports-gnome-8a4800f9217928e409ea710f58936d767552ed9b.tar.zst freebsd-ports-gnome-8a4800f9217928e409ea710f58936d767552ed9b.zip |
Possible fix on 4-STABLE
Submitted by: maintainer Christian Gusenbauer <cg17123@gmx.at>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/inventor/files/patch-SoSensorMgr.c++ | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/inventor/files/patch-SoSensorMgr.c++ b/graphics/inventor/files/patch-SoSensorMgr.c++ new file mode 100644 index 000000000000..f5c59d46e3ff --- /dev/null +++ b/graphics/inventor/files/patch-SoSensorMgr.c++ @@ -0,0 +1,15 @@ +*** lib/database/src/so/sensors/SoSensorMgr.c++.orig Sat Jul 12 00:40:53 2003 +--- lib/database/src/so/sensors/SoSensorMgr.c++ Sun Feb 22 17:11:52 2004 +*************** +*** 61,66 **** +--- 61,70 ---- + #include <unistd.h> + #endif // __APPLE__ + ++ #ifdef __FreeBSD__ ++ #include <sys/select.h> ++ #endif ++ + #ifdef DEBUG + #include <SoDebug.h> + static SbTime startTime; |