summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-11-30 05:56:12 +0000
committerpeter <peter@FreeBSD.org>1999-11-30 05:56:12 +0000
commit090e2faa81b0dcf0cc3cc914f52d8747827c51fc (patch)
treec7d43cc5b82607b4efc50556cb066b6ffdcb8079
parent847f605cad221e74ada1a136556fd3dac6efcf95 (diff)
downloadFreeBSD-src-090e2faa81b0dcf0cc3cc914f52d8747827c51fc.zip
FreeBSD-src-090e2faa81b0dcf0cc3cc914f52d8747827c51fc.tar.gz
EEK! termios mode wasn't activated..
Noticed by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
-rw-r--r--lib/libncurses/Makefile2
-rw-r--r--lib/ncurses/ncurses/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile
index 5ab9dc1..b6f5f60 100644
--- a/lib/libncurses/Makefile
+++ b/lib/libncurses/Makefile
@@ -36,7 +36,7 @@ ONEUL= 1UL
.PATH: ${NCURSES}/man
INCS= -I. -I${.CURDIR} -I${NCURSES}/ncurses -I${NCURSES}/include
-CFLAGS+=${INCS} -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H
+CFLAGS+=${INCS} -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS
GENSRC= \
codes.c \
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile
index 5ab9dc1..b6f5f60 100644
--- a/lib/ncurses/ncurses/Makefile
+++ b/lib/ncurses/ncurses/Makefile
@@ -36,7 +36,7 @@ ONEUL= 1UL
.PATH: ${NCURSES}/man
INCS= -I. -I${.CURDIR} -I${NCURSES}/ncurses -I${NCURSES}/include
-CFLAGS+=${INCS} -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H
+CFLAGS+=${INCS} -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS
GENSRC= \
codes.c \
OpenPOWER on IntegriCloud