mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
PR: 216989 Approved by: meta+ports@vmeta.jp (maintainer), swills (mentor) Differential Revision: https://reviews.freebsd.org/D9710
11 lines
339 B
Diff
11 lines
339 B
Diff
--- unix/xserver118.patch.orig 2017-01-18 12:39:28 UTC
|
|
+++ unix/xserver118.patch
|
|
@@ -65,7 +65,7 @@ diff -ur xorg-server.orig/mi/miinitext.c
|
|
#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
|