mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
don't link librt on FreeBSD (bug 4507)
This commit is contained in:
parent
760f4a1949
commit
05d7ce9c18
1 changed files with 0 additions and 4 deletions
4
Makefile
4
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)
|
||||
|
|
Loading…
Reference in a new issue