From 7bcf9a1b211e141d347ceb516334c5f8a8b69863 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 14 Jan 2009 23:08:23 +0000 Subject: [PATCH] Darwin needs vis.c as well. --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 85cbbd98..a650d4e3 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile,v 1.54 2009-01-14 19:56:55 nicm Exp $ +# $Id: GNUmakefile,v 1.55 2009-01-14 23:08:23 nicm Exp $ .PHONY: clean @@ -85,7 +85,7 @@ endif ifeq ($(shell uname),Darwin) INCDIRS+= -Icompat -SRCS+= compat/strtonum.c compat/bsd-poll.c +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 endif