]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - makefile
Compile with IPv6 support by default
[xonotic/darkplaces.git] / makefile
index bbd0a76d6ba04eabf5d13d1f4b38f0173805fe57..970064c57f266fca1945e6e3a8f26993b6d30aa6 100644 (file)
--- a/makefile
+++ b/makefile
@@ -402,6 +402,10 @@ ifdef DP_PRELOAD_DEPENDENCIES
 endif
 endif
 
+CFLAGS_NET=
+# Systems without IPv6 support should uncomment this:
+#CFLAGS_NET+=-DNOSUPPORTIPV6
+
 ##### GNU Make specific definitions #####
 
 DO_LD=$(CC) -o ../../../$@ $^ $(LDFLAGS)