Can't build -CURRENT on 4.7
David O'Brien
obrien at freebsd.org
Sat Jun 7 11:15:22 PDT 2003
On Sat, Jun 07, 2003 at 10:38:15AM -0700, Tim Kientzle wrote:
> Index: Makefile.inc1
> ===================================================================
> RCS file: /usr/src/cvs/src/Makefile.inc1,v
> retrieving revision 1.363
> diff -u -r1.363 Makefile.inc1
> --- Makefile.inc1 31 May 2003 21:29:38 -0000 1.363
> +++ Makefile.inc1 7 Jun 2003 04:52:43 -0000
> @@ -200,7 +204,7 @@
> BMAKEENV= DESTDIR= \
> INSTALL="sh ${.CURDIR}/tools/install.sh" \
> PATH=${BPATH}:${PATH} \
> - WORLDTMP=${WORLDTMP} \
> + WORLDTMP=${WORLDTMP} CSTD=c90 \
This won't work on non-i386, due to alloca issues.
> + WORLDTMP=${WORLDTMP} CSTD= \
may.
More information about the freebsd-current
mailing list