C = c
C_COMPILER = cc
C_FLAGS = $(COMPILE_OPTS)
-diff -x Makefile -uN live/config.macosx live.new/config.macosx
---- live/config.macosx 2007-02-20 12:33:45.000000000 +0100
-+++ live.new/config.macosx 2007-02-22 09:10:07.000000000 +0100
-@@ -1,4 +1,4 @@
--COMPILE_OPTS = $(INCLUDES) -I. $(EXTRA_LDFLAGS) -DBSD=1 -O -DSOCKLEN_T=socklen_t -DHAVE_SOCKADDR_LEN=1
-+COMPILE_OPTS = $(INCLUDES) -I. $(EXTRA_LDFLAGS) -DBSD=1 -O -DSOCKLEN_T=socklen_t -DHAVE_SOCKADDR_LEN=1 -DUSE_SYSTEM_RANDOM=1
- C = c
- C_COMPILER = cc
- C_FLAGS = $(COMPILE_OPTS)
diff -x Makefile -uN live/config.macosx-before-version-10.4 live.new/config.macosx-before-version-10.4
--- live/config.macosx-before-version-10.4 2007-02-20 12:33:45.000000000 +0100
+++ live.new/config.macosx-before-version-10.4 2007-02-22 09:10:30.000000000 +0100