openbsd-ports/x11/tigervnc/patches/patch-vncviewer_XInputTouchHandler_cxx
sthen bd6b07bba4 tigervnc tweaks:
- patch vncserver script to drop "rfbwait"; from Florian Viehweger
(this script is pulled from an old version repo because the current
upstream replacement file requires pam)

- stop renaming vncviewer; ssvnc has been removed so the conflict no
longer exists. add conflict/pkgpath markers so that existing users
can get switched across (quirks change to follow)
2022-03-07 12:01:58 +00:00

12 lines
235 B
Plaintext

Index: vncviewer/XInputTouchHandler.cxx
--- vncviewer/XInputTouchHandler.cxx.orig
+++ vncviewer/XInputTouchHandler.cxx
@@ -21,6 +21,7 @@
#include <config.h>
#endif
+#include <sys/time.h>
#include <assert.h>
#include <string.h>