commit 353769f51e027da1f0b15d98b668c86c1cc2ff9d
Author: Matthew Dillon <[email protected]>
Date: Tue Jul 28 14:39:48 2015 -0700
buildworld - Fix stage-1 build breakage
* Conditionalize sort to not use the new isnan() function in the
bootstrap stage where it might not exist.
Summary of changes:
usr.bin/sort/Makefile | 6 +++++-
usr.bin/sort/coll.c | 5 ++++-
2 files changed, 9 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/353769f51e027da1f0b15d98b668c86c1cc2ff9d
--
DragonFly BSD source repository