diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-16 05:35:09 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-16 05:35:09 +0800 |
commit | 595a678fd81afbf5a73aaed99830b95a3a149dfb (patch) | |
tree | 39da40828851ea4800f172d60d6e49b6dc5b1b5a /net/vino/files | |
parent | e2630c6a01cd3c9e2bcc0bb7b03cd6c4747f6467 (diff) | |
download | marcuscom-ports-595a678fd81afbf5a73aaed99830b95a3a149dfb.tar marcuscom-ports-595a678fd81afbf5a73aaed99830b95a3a149dfb.tar.gz marcuscom-ports-595a678fd81afbf5a73aaed99830b95a3a149dfb.tar.bz2 marcuscom-ports-595a678fd81afbf5a73aaed99830b95a3a149dfb.tar.lz marcuscom-ports-595a678fd81afbf5a73aaed99830b95a3a149dfb.tar.xz marcuscom-ports-595a678fd81afbf5a73aaed99830b95a3a149dfb.tar.zst marcuscom-ports-595a678fd81afbf5a73aaed99830b95a3a149dfb.zip |
- Update to 2.13.5
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5382 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/vino/files')
-rw-r--r-- | net/vino/files/patch-server_libvncserver_rfb_rfbproto.h | 12 | ||||
-rw-r--r-- | net/vino/files/patch-server_vino-fb.c | 10 |
2 files changed, 22 insertions, 0 deletions
diff --git a/net/vino/files/patch-server_libvncserver_rfb_rfbproto.h b/net/vino/files/patch-server_libvncserver_rfb_rfbproto.h new file mode 100644 index 000000000..04d7fa7b5 --- /dev/null +++ b/net/vino/files/patch-server_libvncserver_rfb_rfbproto.h @@ -0,0 +1,12 @@ +--- server/libvncserver/rfb/rfbproto.h.orig Fri Jul 16 18:16:16 2004 ++++ server/libvncserver/rfb/rfbproto.h Fri Jul 16 18:16:39 2004 +@@ -60,7 +60,9 @@ + #include <rfb/rfbint.h> + #else + #include <config.h> ++#ifdef HAVE_STDINT_H + #include <stdint.h> ++#endif + #endif + #endif + #include <rfb/keysym.h> diff --git a/net/vino/files/patch-server_vino-fb.c b/net/vino/files/patch-server_vino-fb.c new file mode 100644 index 000000000..56dbb89dc --- /dev/null +++ b/net/vino/files/patch-server_vino-fb.c @@ -0,0 +1,10 @@ +--- server/vino-fb.c.orig Mon Jul 12 06:22:08 2004 ++++ server/vino-fb.c Wed Jul 14 22:15:44 2004 +@@ -37,6 +37,7 @@ + #include <stdlib.h> + #include <string.h> ++#include <sys/types.h> + #include <sys/ipc.h> + #include <sys/shm.h> + #include <gdk/gdkx.h> + #include <X11/Xlib.h> |