diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-30 08:37:15 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-30 08:37:15 +0000 |
commit | 230189d87d4a51473dd794dd3080e90f9fd784ae (patch) | |
tree | bf753bb141e512aa6b0f58ea32d33c82c498cb7f /x11/3ddesktop/files | |
parent | c9d420ce55a351c82db475506876bf45c93d552d (diff) |
Notes
Diffstat (limited to 'x11/3ddesktop/files')
-rw-r--r-- | x11/3ddesktop/files/patch-3ddesk.cpp | 10 | ||||
-rw-r--r-- | x11/3ddesktop/files/patch-util.h | 11 |
2 files changed, 21 insertions, 0 deletions
diff --git a/x11/3ddesktop/files/patch-3ddesk.cpp b/x11/3ddesktop/files/patch-3ddesk.cpp new file mode 100644 index 000000000000..69b8f288f6f4 --- /dev/null +++ b/x11/3ddesktop/files/patch-3ddesk.cpp @@ -0,0 +1,10 @@ +--- 3ddesk.cpp.orig Mon May 10 01:44:54 2004 ++++ 3ddesk.cpp Thu Aug 26 22:59:52 2004 +@@ -22,6 +22,7 @@ + #include <stdlib.h> + #include <errno.h> + #include <sys/types.h> ++#include <sys/time.h> + #include <sys/ipc.h> + #include <sys/msg.h> + #include <string.h> diff --git a/x11/3ddesktop/files/patch-util.h b/x11/3ddesktop/files/patch-util.h new file mode 100644 index 000000000000..6a585edb22ca --- /dev/null +++ b/x11/3ddesktop/files/patch-util.h @@ -0,0 +1,11 @@ +--- util.h.orig Mon May 10 00:57:26 2004 ++++ util.h Thu Aug 26 23:00:45 2004 +@@ -21,7 +21,7 @@ + #ifndef _UTIL_H + #define _UTIL_H + #include <math.h> // for cos +-#include <endian.h> ++#include <sys/endian.h> + #include "3ddesk.h" + + #define MAX_FACES 30 // this is a lot |