]> git.sur5r.net Git - i3/i3/commitdiff
OpenBSD does not have librt
authorDavid Coppa <dcoppa@gmail.com>
Wed, 26 Mar 2014 09:01:50 +0000 (10:01 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 31 Mar 2014 20:53:39 +0000 (22:53 +0200)
common.mk

index b946206d2319971ad928e664e694467ba3a5db04..aae09be15a57d621d97bc839993da3ab3a41ca9d 100644 (file)
--- a/common.mk
+++ b/common.mk
@@ -171,8 +171,8 @@ endif
 
 ifeq ($(UNAME),Darwin)
 LIBS += -liconv
-else
-# Darwin (Mac OS X) doesn’t have librt
+else ifneq ($(UNAME),OpenBSD)
+# Darwin (Mac OS X) and OpenBSD do not have librt
 LIBS += -lrt
 endif