diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-20 20:00:39 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-20 20:00:39 +0000 |
commit | 670bba16f22d5899c38ab95458099ff57b610c9d (patch) | |
tree | 50705837ad1e35763026f93d0dcefbcf8e12e737 | |
parent | 2d15f5985930f493d6df7f58399639ae64057c4a (diff) | |
download | rtmux-670bba16f22d5899c38ab95458099ff57b610c9d.tar.gz rtmux-670bba16f22d5899c38ab95458099ff57b610c9d.tar.bz2 rtmux-670bba16f22d5899c38ab95458099ff57b610c9d.zip |
Darwin too.
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index 3da09956..cbcb6d3b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile,v 1.63 2009-01-20 19:35:03 nicm Exp $ +# $Id: GNUmakefile,v 1.64 2009-01-20 20:00:39 nicm Exp $ .PHONY: clean @@ -90,7 +90,7 @@ ifeq ($(shell uname),Darwin) INCDIRS+= -Icompat SRCS+= compat/strtonum.c compat/bsd-poll.c compat/vis.c CFLAGS+= -DNO_STRTONUM -DNO_SETRESUID -DNO_SETRESGID -DNO_SETPROCTITLE \ - -DNO_TREE_H -DBROKEN_POLL + -DNO_QUEUE_H -DNO_TREE_H -DBROKEN_POLL endif ifeq ($(shell uname),Linux) |