]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - BSDmakefile
Reworked v_isometric code significantly, it now defaults to a proper isometric view...
[xonotic/darkplaces.git] / BSDmakefile
index eb135cef8fc6ea5d05dcac9c927f9fe8efbee837..d13013b59c10f61ecb3cc4bb9b65358ac50ead6b 100644 (file)
@@ -171,6 +171,9 @@ LDFLAGS_SDL+=$(LDFLAGS_UNIXSDL_PRELOAD)
 CFLAGS_PRELOAD=$(CFLAGS_UNIX_PRELOAD)
 .endif
 
+CFLAGS_NET=
+# Systems without IPv6 support should uncomment this:
+#CFLAGS_NET+=-DNOSUPPORTIPV6
 
 ##### BSD Make specific definitions #####