r1389 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Jun 20 03:08:40 EDT 2008


Author: ludwig
Date: 2008-06-20 03:08:40 -0400 (Fri, 20 Jun 2008)
New Revision: 1389

Modified:
   trunk/Makefile
Log:
fix the build on openbsd (Ian Lindsay)


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2008-06-17 04:44:36 UTC (rev 1388)
+++ trunk/Makefile	2008-06-20 07:08:40 UTC (rev 1389)
@@ -606,7 +606,7 @@
 
   ifeq ($(USE_OPENAL),1)
     ifneq ($(USE_OPENAL_DLOPEN),1)
-      CLIENT_LDFLAGS += $(THREAD_LDFLAGS) -lopenal
+      CLIENT_LDFLAGS += $(THREAD_LDFLAGS) -lossaudio -lopenal
     endif
   endif
 




More information about the quake3-commits mailing list