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

15 lines
456 B
Plaintext

$OpenBSD: patch-Makefile,v 1.7 2012/09/21 17:16:14 dcoppa Exp $
--- Makefile.orig Thu Sep 20 10:37:01 2012
+++ Makefile Thu Sep 20 10:40:12 2012
@@ -18,7 +18,10 @@ include i3-msg/i3-msg.mk
include i3-input/i3-input.mk
include i3-nagbar/i3-nagbar.mk
include i3bar/i3bar.mk
+# XXX OpenBSD lacks POSIX shared memory support, so no i3-dump-log
+ifneq ($(UNAME),OpenBSD)
include i3-dump-log/i3-dump-log.mk
+endif
include docs/docs.mk
include man/man.mk