$NetBSD: patch-configure,v 1.2 2018/02/16 12:47:55 wiz Exp $

Allow gcc-5.x and newer.

--- configure.orig	2011-11-17 21:46:08.000000000 +0000
+++ configure
@@ -4589,7 +4589,7 @@ else
 		'')
 			as_fn_error $? "not found" "$LINENO" 5;
 			;;
-		2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9]|3.[0-9]|3.[0-9].[0-9]-*|4.*)
+		2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9]|3.[0-9]|3.[0-9].[0-9]-*|[4-9].*)
 			_cc_major=`echo $cc_version | cut -d '.' -f 1`
 			_cc_minor=`echo $cc_version | cut -d '.' -f 2`
 			_cc_mini=`echo $cc_version | cut -d '.' -f 3`
