From: David Coppa Date: Wed, 26 Mar 2014 09:01:50 +0000 (+0100) Subject: OpenBSD does not have librt X-Git-Tag: 4.8~89 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2ba0d1ea49886db949c95e84cc8bfdea319b4c9a;p=i3%2Fi3 OpenBSD does not have librt --- diff --git a/common.mk b/common.mk index b946206d..aae09be1 100644 --- 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