$OpenBSD: patch-i3-msg_main_c,v 1.8 2021/11/12 16:06:07 sthen Exp $

https://marc.info/?l=openbsd-ports&m=156762440931634&w=2

Index: i3-msg/main.c
--- i3-msg/main.c.orig
+++ i3-msg/main.c
@@ -146,7 +146,7 @@ static yajl_callbacks config_callbacks = {
 };
 
 int main(int argc, char *argv[]) {
-#if defined(__OpenBSD__)
+#if 0
     if (pledge("stdio rpath unix", NULL) == -1)
         err(EXIT_FAILURE, "pledge");
 #endif
