mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 23:20:30 -04:00
Updates from the tigervnc 1.6.0 base port include: - Multi-threaded decoder in the FLTK viewer - Improved SSH integration in the Java viewer - Fine grained lock down of Xvnc parameters - Compatibility with Xorg 1.18 - Lots of packaging fixes - Better compatibility with Vino, both in the FLTK and Java viewer
11 lines
387 B
Diff
11 lines
387 B
Diff
--- unix/xserver117.patch.orig 2015-10-13 17:11:25.207390000 +0200
|
|
+++ unix/xserver117.patch 2015-10-13 17:11:42.276049000 +0200
|
|
@@ -66,7 +66,7 @@ diff -up xorg-server-1.17.1/mi/miinitext
|
|
#include "globals.h"
|
|
|
|
+#ifdef TIGERVNC
|
|
-+extern void vncExtensionInit(INITARGS);
|
|
++extern void vncExtensionInit(void);
|
|
+#endif
|
|
+
|
|
/* The following is only a small first step towards run-time
|