[quake3-commits] r2388 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Dec 15 21:58:47 EST 2012


Author: ztm
Date: 2012-12-15 21:58:47 -0500 (Sat, 15 Dec 2012)
New Revision: 2388

Modified:
   trunk/Makefile
Log:
Makefile fixes for OpenBSD by Jonathan Gray. (#5728)

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2012-12-16 00:15:14 UTC (rev 2387)
+++ trunk/Makefile	2012-12-16 02:58:47 UTC (rev 2388)
@@ -674,8 +674,10 @@
     USE_CURL_DLOPEN=0
   endif
 
+  # no shm_open on OpenBSD
+  USE_MUMBLE=0
+
   SHLIBEXT=so
-  SHLIBNAME=.$(SHLIBEXT)
   SHLIBCFLAGS=-fPIC
   SHLIBLDFLAGS=-shared $(LDFLAGS)
 



More information about the quake3-commits mailing list