summaryrefslogtreecommitdiffstats
path: root/lib/ncurses
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-11-13 13:47:48 +0000
committerru <ru@FreeBSD.org>2002-11-13 13:47:48 +0000
commit79449bdb2e785854f38c01098931c80cd996ee65 (patch)
treec5ffe7a14c6a2993b49ac12e0086438f93997e8b /lib/ncurses
parent309ad85605ad037434707571e0d6a3f13757a206 (diff)
downloadFreeBSD-src-79449bdb2e785854f38c01098931c80cd996ee65.zip
FreeBSD-src-79449bdb2e785854f38c01098931c80cd996ee65.tar.gz
Actually check if stdbool.h exists when BOOTSTRAPPING.
Diffstat (limited to 'lib/ncurses')
-rw-r--r--lib/ncurses/ncurses/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile
index 3e4fdae..6db4a7b 100644
--- a/lib/ncurses/ncurses/Makefile
+++ b/lib/ncurses/ncurses/Makefile
@@ -25,7 +25,7 @@ BROKEN_LINKER= 0
BUILTIN_BOOL= 1
BOOL_TYPE= 0
HAVE_VSSCANF= 1
-.if defined(BOOTSTRAPPING)
+.if defined(BOOTSTRAPPING) && !exists(/usr/include/stdbool.h)
HEADER_STDBOOL= 0
.else
HEADER_STDBOOL= 1
OpenPOWER on IntegriCloud