[quake3-commits] r1779 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Mar 6 06:55:29 EST 2010


Author: ludwig
Date: 2010-03-06 06:55:29 -0500 (Sat, 06 Mar 2010)
New Revision: 1779

Modified:
   trunk/Makefile
Log:
don't link librt on FreeBSD (bug 4507)

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2010-02-28 09:00:02 UTC (rev 1778)
+++ trunk/Makefile	2010-03-06 11:55:29 UTC (rev 1779)
@@ -612,10 +612,6 @@
     CLIENT_LIBS += -lvorbisfile -lvorbis -logg
   endif
 
-  ifeq ($(USE_MUMBLE),1)
-    CLIENT_LIBS += -lrt
-  endif
-
   # cross-compiling tweaks
   ifeq ($(ARCH),i386)
     ifeq ($(CROSS_COMPILING),1)



More information about the quake3-commits mailing list