$OpenBSD: patch-test-suite-Makefile,v 1.3 2014/03/26 03:27:26 daniel Exp $

--- test-suite/Makefile.orig	Mon Dec 30 19:05:22 2013
+++ test-suite/Makefile	Mon Dec 30 19:06:15 2013
@@ -55,7 +55,7 @@ ifneq (,$(wildcard /proc/cpuinfo))
 endif
 
 ifeq (,$(bogomips))
-  $(warning cannot run complexity tests (no bogomips found))
+  $(warning cannot run complexity tests on OpenBSD)
 endif
 
 log_success = "==========> SUCCESS <=========="
@@ -113,7 +113,7 @@ $(foreach S,$(VSUBSYSTEMS),$(eval $(call mkstamp,$(S))
 # Summary
 #######################################################################
 
-summary_dir = echo $(1); find $(2) -name '*.log' -print0 | xargs -0 -n 1 tail -n1 | sort -g
+summary_dir = echo $(1); find $(2) -name '*.log' -print0 | xargs -0 -n 1 tail -n1 | sort -n
 
 .PHONY: summary summary.log
 
