summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-08-26 09:29:13 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-08-26 09:29:13 +0000
commit2234e47f55fb4a663213c7e3e0e6cad59533fcef (patch)
treee6673728f9aa93b95e366b1668c8b7292bd40896 /net-misc/vino/files
parentBug #103728 - CVS pserver with PAM auth needs session entry in pam.d config. (diff)
downloadgentoo-2-2234e47f55fb4a663213c7e3e0e6cad59533fcef.tar.gz
gentoo-2-2234e47f55fb4a663213c7e3e0e6cad59533fcef.tar.bz2
gentoo-2-2234e47f55fb4a663213c7e3e0e6cad59533fcef.zip
Added patch for Gentoo/FreeBSD compatibility as per bug #103521. See also gnome bug #314311.
(Portage version: 2.0.51.22)
Diffstat (limited to 'net-misc/vino/files')
-rw-r--r--net-misc/vino/files/digest-vino-2.10.0-r11
-rw-r--r--net-misc/vino/files/vino-2.10.0-fbsd.patch28
2 files changed, 29 insertions, 0 deletions
diff --git a/net-misc/vino/files/digest-vino-2.10.0-r1 b/net-misc/vino/files/digest-vino-2.10.0-r1
new file mode 100644
index 000000000000..f2555bd27b04
--- /dev/null
+++ b/net-misc/vino/files/digest-vino-2.10.0-r1
@@ -0,0 +1 @@
+MD5 a9b5c811807e01e7fb420f52820f0150 vino-2.10.0.tar.bz2 581602
diff --git a/net-misc/vino/files/vino-2.10.0-fbsd.patch b/net-misc/vino/files/vino-2.10.0-fbsd.patch
new file mode 100644
index 000000000000..d1a2acd7aed9
--- /dev/null
+++ b/net-misc/vino/files/vino-2.10.0-fbsd.patch
@@ -0,0 +1,28 @@
+Index: vino-2.10.0/server/libvncserver/rfb/rfbproto.h
+===================================================================
+--- vino-2.10.0.orig/server/libvncserver/rfb/rfbproto.h
++++ vino-2.10.0/server/libvncserver/rfb/rfbproto.h
+@@ -60,9 +60,11 @@
+ #include <rfb/rfbint.h>
+ #else
+ #include <config.h>
++#ifdef HAVE_STDINT_H
+ #include <stdint.h>
+ #endif
+ #endif
++#endif
+ #include <rfb/keysym.h>
+
+ #ifdef HAVE_LIBZ
+Index: vino-2.10.0/server/vino-fb.c
+===================================================================
+--- vino-2.10.0.orig/server/vino-fb.c
++++ vino-2.10.0/server/vino-fb.c
+@@ -36,6 +36,7 @@
+
+ #include <stdlib.h>
+ #include <string.h>
++#include <sys/types.h>
+ #include <sys/ipc.h>
+ #include <sys/shm.h>
+ #include <gdk/gdkx.h>