openbsd-ports/x11/gtk-vnc/patches/patch-src_gvnc_c
ajacoutot e9a6565802 Update to gtk-vnc-0.3.9.
Several bugfixes and add support SASL authentication extension.
2009-08-12 13:52:19 +00:00

15 lines
447 B
Plaintext

$OpenBSD: patch-src_gvnc_c,v 1.3 2009/08/12 13:52:19 ajacoutot Exp $
--- src/gvnc.c.orig Mon Jul 6 21:26:40 2009
+++ src/gvnc.c Wed Aug 12 15:23:54 2009
@@ -203,6 +203,10 @@ struct gvnc
#define nibhi(a) (((a) >> 4) & 0x0F)
#define niblo(a) ((a) & 0x0F)
+#if defined(__OpenBSD__)
+#define AI_ADDRCONFIG 0
+#endif
+
/* Main loop helper functions */
static gboolean g_io_wait_helper(GIOChannel *channel G_GNUC_UNUSED,
GIOCondition cond,