openbsd-ports/x11/i3/patches/patch-i3-msg_main_c
2022-03-11 20:15:18 +00:00

15 lines
353 B
Plaintext

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