diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-11-13 11:50:40 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-11-13 11:50:40 +0000 |
| commit | 4192cfffe2af7d7de2631778d8aca83401d16f4b (patch) | |
| tree | 42bb4b1a979c911ba92cbe874e5ffe4fd63e42d5 /lib | |
| parent | 6c2f2bc53fad85f5b00b08d7994b83ff1c9b75e9 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libncurses/Makefile | 4 | ||||
| -rw-r--r-- | lib/ncurses/ncurses/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index b757bc133c72..3e4fdae0f0ce 100644 --- a/lib/libncurses/Makefile +++ b/lib/libncurses/Makefile @@ -25,7 +25,11 @@ BROKEN_LINKER= 0 BUILTIN_BOOL= 1 BOOL_TYPE= 0 HAVE_VSSCANF= 1 +.if defined(BOOTSTRAPPING) +HEADER_STDBOOL= 0 +.else HEADER_STDBOOL= 1 +.endif TYPE_OF_BOOL= unsigned char TYPEOF_CHTYPE= long WIDEC_SHIFT= 8 diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile index b757bc133c72..3e4fdae0f0ce 100644 --- a/lib/ncurses/ncurses/Makefile +++ b/lib/ncurses/ncurses/Makefile @@ -25,7 +25,11 @@ BROKEN_LINKER= 0 BUILTIN_BOOL= 1 BOOL_TYPE= 0 HAVE_VSSCANF= 1 +.if defined(BOOTSTRAPPING) +HEADER_STDBOOL= 0 +.else HEADER_STDBOOL= 1 +.endif TYPE_OF_BOOL= unsigned char TYPEOF_CHTYPE= long WIDEC_SHIFT= 8 |
