From 670bba16f22d5899c38ab95458099ff57b610c9d Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 20 Jan 2009 20:00:39 +0000 Subject: [PATCH] Darwin too. --- GNUmakefile | 4 ++-- 1 file 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)