diff --git a/Makefile b/Makefile index 154ce18c..26ce461e 100644 --- a/Makefile +++ b/Makefile @@ -621,9 +621,6 @@ ifeq ($(PLATFORM),freebsd) ifeq ($(USE_CODEC_VORBIS),1) CLIENT_CFLAGS += -DUSE_CODEC_VORBIS - endif - - ifeq ($(USE_CODEC_VORBIS),1) CLIENT_LIBS += -lvorbisfile -lvorbis -logg endif