diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-23 09:16:48 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-23 09:16:48 +0800 |
commit | 9571367e72d11272dc7a29dbdea31582b6fd9b53 (patch) | |
tree | b05fa0e063194f31df665e7198e2b5ce796e8368 /net/vino/files | |
parent | 814877a7f3e7230dc14c6f60e5a814ef4364d68f (diff) | |
download | marcuscom-ports-9571367e72d11272dc7a29dbdea31582b6fd9b53.tar marcuscom-ports-9571367e72d11272dc7a29dbdea31582b6fd9b53.tar.gz marcuscom-ports-9571367e72d11272dc7a29dbdea31582b6fd9b53.tar.bz2 marcuscom-ports-9571367e72d11272dc7a29dbdea31582b6fd9b53.tar.lz marcuscom-ports-9571367e72d11272dc7a29dbdea31582b6fd9b53.tar.xz marcuscom-ports-9571367e72d11272dc7a29dbdea31582b6fd9b53.tar.zst marcuscom-ports-9571367e72d11272dc7a29dbdea31582b6fd9b53.zip |
USE_X_PREFIX -> USE_XLIB, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6700 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> |