Not supported on OpenBSD, but guacd seems to run OK without this anyway.

Index: src/libguac/socket-broadcast.c
--- src/libguac/socket-broadcast.c.orig
+++ src/libguac/socket-broadcast.c
@@ -357,7 +357,9 @@ guac_socket* guac_socket_broadcast(guac_client* client
     socket->data = data;
 
     pthread_mutexattr_init(&lock_attributes);
+#ifndef __OpenBSD__
     pthread_mutexattr_setpshared(&lock_attributes, PTHREAD_PROCESS_SHARED);
+#endif
 
     /* Init lock */
     pthread_mutex_init(&(data->socket_lock), &lock_attributes);
