openbsd-ports/x11/i3/patches/patch-include_atoms_xmacro
dcoppa 38febc9b19 Update to i3-4.3
OK jasper@
2012-09-21 17:16:13 +00:00

15 lines
431 B
Plaintext

$OpenBSD: patch-include_atoms_xmacro,v 1.2 2012/09/21 17:16:14 dcoppa Exp $
OpenBSD lacks POSIX shared memory support (shm_open() and friends)
--- include/atoms.xmacro.orig Wed Sep 19 18:08:09 2012
+++ include/atoms.xmacro Thu Sep 20 14:12:10 2012
@@ -26,5 +26,7 @@ xmacro(WM_WINDOW_ROLE)
xmacro(I3_SOCKET_PATH)
xmacro(I3_CONFIG_PATH)
xmacro(I3_SYNC)
+#if !defined(__OpenBSD__)
xmacro(I3_SHMLOG_PATH)
+#endif
xmacro(I3_PID)