aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-14 23:08:23 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-14 23:08:23 +0000
commit7bcf9a1b211e141d347ceb516334c5f8a8b69863 (patch)
tree1d5fbc5bab107908f79c3479fe8fcbc960d1a6d5
parentf57891d0064a4aa52369eb6ef8dd4044af3cfa7f (diff)
downloadrtmux-7bcf9a1b211e141d347ceb516334c5f8a8b69863.tar.gz
rtmux-7bcf9a1b211e141d347ceb516334c5f8a8b69863.tar.bz2
rtmux-7bcf9a1b211e141d347ceb516334c5f8a8b69863.zip
Darwin needs vis.c as well.
-rw-r--r--GNUmakefile4
1 files 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