aboutsummaryrefslogtreecommitdiff
path: root/lib/libncurses/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-05-18 00:41:27 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-05-18 00:41:27 +0000
commit4402efc314f59e2ffc6625752906bf0f33af81d4 (patch)
treee698b91e147d9c58cc3a21d53f641234468b4d46 /lib/libncurses/Makefile
parent693617e6f4e3e8acbc1453782c7d1942d681351c (diff)
Notes
Diffstat (limited to 'lib/libncurses/Makefile')
-rw-r--r--lib/libncurses/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile
index ffa8d82a692f4..1d5db81a049d7 100644
--- a/lib/libncurses/Makefile
+++ b/lib/libncurses/Makefile
@@ -363,7 +363,9 @@ curses.h: curses.h.in
-e "s%@cf_cv_typeof_chtype@%${TYPEOF_CHTYPE}%g" \
-e "s%@cf_cv_widec_shift@%${WIDEC_SHIFT}%g" \
-e "s%@cf_cv_shift_limit@%${SHIFT_LIMIT}%g" \
- -e "s%@cf_cv_1UL@%${ONEUL}%g"
+ -e "s%@cf_cv_1UL@%${ONEUL}%g" \
+ -e "s/ _WCHAR_T/ _BSD_WCHAR_T_/g" \
+ -e "s/ _WINT_T/ _BSD_WINT_T_/g"
unctrl.h: unctrl.h.in
sed <${NCURSES}/include/$@.in >$@ \