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)