diff options
author | peter <peter@FreeBSD.org> | 2000-07-03 09:40:52 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-07-03 09:40:52 +0000 |
commit | 826c175570c2de05e50a25fcccbaf36d438aa5f9 (patch) | |
tree | 7fb6421f33a1cfb28e67ef1545f61ac840bb0733 /lib/libncurses/Makefile | |
parent | 617b29a94a236f538e0ec4670f18d47e212dfa63 (diff) | |
download | FreeBSD-src-826c175570c2de05e50a25fcccbaf36d438aa5f9.zip FreeBSD-src-826c175570c2de05e50a25fcccbaf36d438aa5f9.tar.gz |
Get this to compile in the 5.1-20000701-prerelease environment.
Diffstat (limited to 'lib/libncurses/Makefile')
-rw-r--r-- | lib/libncurses/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index 7d09623..a248f9c 100644 --- a/lib/libncurses/Makefile +++ b/lib/libncurses/Makefile @@ -16,7 +16,7 @@ NCURSES_PATCH!=egrep 'NCURSES_PATCH[ ]*=' ${NCURSES}/dist.mk | sed -e 's/^[^0-9 # From autoconf (!) NCURSES_CONST= -NCURSES_XNAMES= 0 +NCURSES_XNAMES= 1 OSPEED_INCLUDES=\#include <termios.h> OSPEED_TYPE= speed_t BUILTIN_BOOL= 1 |