summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Schulz <arny@ats.s.bawue.de>2011-06-24 23:25:30 +0000
committerTim Angus <tim@ngus.net>2013-01-10 21:51:34 +0000
commitc3e744cb77eedbf0e27514a01845491b68b6d887 (patch)
treefe14a6a61ccd78d1a509162e27e8b8470e83e679
parente40b0da1b6c04d322bcf139dcceb1890b816e37c (diff)
Get rid of redundancy
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 51cb7b55..a08ae70e 100644
--- a/Makefile
+++ b/Makefile
@@ -610,9 +610,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