From: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Date: Thu, 27 Feb 2014 14:19:20 +0100
Subject: 30-fix-indirect-linking-for-binutils-gold

Forwarded: no
---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index bb15b25..1c6ecaa 100644
--- a/Makefile
+++ b/Makefile
@@ -76,6 +76,9 @@ ifneq (,$(findstring GNU,$(PLATFORM)))
 CLIENT_LIBS+= -lrt
 endif
 endif
+ifeq ($(PLATFORM),GNU/kFreeBSD)
+CLIENT_LIBS+= -lrt
+endif
 CLIENT_OBJS= \
 	shared/crypto.o \
 	shared/geom.o \
