summaryrefslogtreecommitdiff
path: root/net/x11vnc/files/patch-util.h
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2020-05-04 11:11:11 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2020-05-04 11:11:11 +0000
commit748d7f291a420935859239bc4d1b326404a67c38 (patch)
tree9fb99b1e82e4e2102c3edf8f23d64b7c220f4605 /net/x11vnc/files/patch-util.h
parent- use new port net/webalizer-geodb (diff)
- fix build with -fno-common
Diffstat (limited to 'net/x11vnc/files/patch-util.h')
-rw-r--r--net/x11vnc/files/patch-util.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/x11vnc/files/patch-util.h b/net/x11vnc/files/patch-util.h
new file mode 100644
index 000000000000..411bc5b2f51f
--- /dev/null
+++ b/net/x11vnc/files/patch-util.h
@@ -0,0 +1,15 @@
+--- src/util.h.orig 2019-01-05 13:22:11 UTC
++++ src/util.h
+@@ -102,9 +102,9 @@ extern struct timeval _mysleep;
+ #ifdef LIBVNCSERVER_HAVE_LIBPTHREAD
+ extern MUTEX(x11Mutex);
+ extern MUTEX(scrollMutex);
+-MUTEX(clientMutex);
+-MUTEX(inputMutex);
+-MUTEX(pointerMutex);
++extern MUTEX(clientMutex);
++extern MUTEX(inputMutex);
++extern MUTEX(pointerMutex);
+ #endif
+
+ #define X_INIT INIT_MUTEX(x11Mutex)