summaryrefslogtreecommitdiffstats
path: root/lib/ncurses
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-04-05 20:30:30 +0000
committerimp <imp@FreeBSD.org>2003-04-05 20:30:30 +0000
commitb0693a4cbc1561df17854d11e8a1b4b331f8b742 (patch)
treeb6fc0351de0d24cf42e51ee60290331a14961c9c /lib/ncurses
parentcb5cc10e3188fdee3c927d3d39c4793ebfc3f045 (diff)
downloadFreeBSD-src-b0693a4cbc1561df17854d11e8a1b4b331f8b742.zip
FreeBSD-src-b0693a4cbc1561df17854d11e8a1b4b331f8b742.tar.gz
Migrate to a new way of dealing with building from old revisions of
FreeBSD. This method attempts to centralize all the necessary hacks or work arounds in one of two places in the tree (src/Makefile.inc1 and src/tools/build). We build a small compatibility library (libbuild.a) as well as selectively installing necessary include files. We then include this directory when building host binaries. This removes all the past release compatibilty hacks from various places in the tree. We still build on tip of stable and current. I will work with those that want to support more, although I anticipate it will just work. Many thanks to ru@, obrien@ and jhb@ for providing valuable input at various stage of implementation, as well as for working together to positively effect a change for the better.
Diffstat (limited to 'lib/ncurses')
-rw-r--r--lib/ncurses/ncurses/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile
index 1b4ec70..a3ee27b5 100644
--- a/lib/ncurses/ncurses/Makefile
+++ b/lib/ncurses/ncurses/Makefile
@@ -25,11 +25,7 @@ BROKEN_LINKER= 0
BUILTIN_BOOL= 1
BOOL_TYPE= 0
HAVE_VSSCANF= 1
-.if defined(BOOTSTRAPPING) && !exists(/usr/include/stdbool.h)
-HEADER_STDBOOL= 0
-.else
HEADER_STDBOOL= 1
-.endif
TYPE_OF_BOOL= unsigned char
TYPEOF_CHTYPE= long
WIDEC_SHIFT= 8
OpenPOWER on IntegriCloud