summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/texinfo
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1995-08-23 05:37:24 +0000
committerpst <pst@FreeBSD.org>1995-08-23 05:37:24 +0000
commit416f3402c6ddbd5529b7c2be88ccbbdc96509acc (patch)
treee7006e7e9dae28df9818122a5988cb2536b91f25 /gnu/usr.bin/texinfo
parentc16c80c96be7044140e87629c775817731062760 (diff)
downloadFreeBSD-src-416f3402c6ddbd5529b7c2be88ccbbdc96509acc.zip
FreeBSD-src-416f3402c6ddbd5529b7c2be88ccbbdc96509acc.tar.gz
Clean up compilation warnings.
Diffstat (limited to 'gnu/usr.bin/texinfo')
-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 61b7163..2374d29 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
OpenPOWER on IntegriCloud