]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - makefile.bsd
stomping more size_t warnings
[xonotic/darkplaces.git] / makefile.bsd
index ecb66473a77cc5d10cdf2e23a42710eabdfec7c9..af0228e83a1edc070a95b123c77209694928e9a7 100644 (file)
@@ -18,9 +18,9 @@ UNIX_X11LIBPATH=-L/usr/X11R6/lib
 
 # FreeBSD uses OSS
 .if $(DP_ARCH) == "FreeBSD"
-DEFAULT_SNDAPI=$(DEFAULT_SNDAPI_OSS)
+DEFAULT_SNDAPI=OSS
 .else
-DEFAULT_SNDAPI=$(DEFAULT_SNDAPI_BSD)
+DEFAULT_SNDAPI=BSD
 .endif
 OBJ_CD=$(OBJ_BSDCD)