From 05d7ce9c180b1395bb5e9226ec6a051c78b6d9cc Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Sat, 6 Mar 2010 11:55:29 +0000 Subject: [PATCH] don't link librt on FreeBSD (bug 4507) --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index a692b4a0..aaa39d72 100644 --- a/Makefile +++ b/Makefile @@ -612,10 +612,6 @@ ifeq ($(PLATFORM),freebsd) CLIENT_LIBS += -lvorbisfile -lvorbis -logg endif - ifeq ($(USE_MUMBLE),1) - CLIENT_LIBS += -lrt - endif - # cross-compiling tweaks ifeq ($(ARCH),i386) ifeq ($(CROSS_COMPILING),1)