aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1995-08-23 05:37:24 +0000
committerPaul Traina <pst@FreeBSD.org>1995-08-23 05:37:24 +0000
commit985c84c80e7b6ba7dd736a11499129ee71cc27a7 (patch)
treee7006e7e9dae28df9818122a5988cb2536b91f25 /gnu
parent3dcf64dcf06ee96a9e7ea35d8b7ff22f2eb567c9 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/texinfo/info/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/texinfo/info/Makefile b/gnu/usr.bin/texinfo/info/Makefile
index 61b7163fb498..2374d29da72f 100644
--- a/gnu/usr.bin/texinfo/info/Makefile
+++ b/gnu/usr.bin/texinfo/info/Makefile
@@ -12,7 +12,7 @@ SRCS+= terminal.c tilde.c window.c indices.c doc.c nodemenu.c
SRCS+= footnotes.c variables.c gc.c xmalloc.c getopt1.c getopt.c
CFLAGS+= -I${.CURDIR}
-CFLAGS+= -DNAMED_FUNCTIONS=1 -DSTDC_HEADERS=1
+CFLAGS+= -DNAMED_FUNCTIONS=1 -DSTDC_HEADERS=1 -DHAVE_STRERROR
CFLAGS+= -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1
CFLAGS+= -DHAVE_SYS_FCNTL_H=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_BZERO=1
CFLAGS+= -DHAVE_RINDEX=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1