poke configure to recognise 4.2; reminded by brad

This commit is contained in:
pvalchev 2007-08-04 22:44:43 +00:00
parent 6f9a2d502a
commit c8e12656f7

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-Configure,v 1.21 2007/02/14 01:54:42 pvalchev Exp $
--- Configure.orig Mon Apr 10 08:44:22 2006
+++ Configure Tue Feb 13 19:07:08 2007
@@ -3381,6 +3381,20 @@ return(0); }
$OpenBSD: patch-Configure,v 1.22 2007/08/04 22:44:43 pvalchev Exp $
--- Configure.orig Mon Apr 10 06:44:22 2006
+++ Configure Sat Aug 4 16:44:09 2007
@@ -3381,6 +3381,24 @@ return(0); }
echo "!!!WARNING!!! Unsupported OpenBSD 3.x version: $LSOF_VSTR"
echo "!!!WARNING!!! Configuring for OpenBSD 3.9"
;;
@ -13,6 +13,10 @@ $OpenBSD: patch-Configure,v 1.21 2007/02/14 01:54:42 pvalchev Exp $
+ LSOF_TSTBIGF=" "
+ LSOF_VERS=4010
+ ;;
+ 4.2*)
+ LSOF_TSTBIGF=" "
+ LSOF_VERS=4020
+ ;;
+ 4*)
+ LSOF_TSTBIGF=" "
+ LSOF_VERS=4010
@ -22,12 +26,12 @@ $OpenBSD: patch-Configure,v 1.21 2007/02/14 01:54:42 pvalchev Exp $
*)
echo "Unknown OpenBSD release: $LSOF_VSTR"
echo Assuming OpenBSD 3.9
@@ -3392,7 +3406,7 @@ return(0); }
@@ -3392,7 +3410,7 @@ return(0); }
# Test for legal OpenBSD version.
case $LSOF_VERS in # {
- 1020|2050|2060|2070|2080|2090|3000|3010|3020|3030|3040|3050|3060|3070|3080|3090)
+ 1020|2050|2060|2070|2080|2090|3000|3010|3020|3030|3040|3050|3060|3070|3080|3090|4000|4010)
+ 1020|2050|2060|2070|2080|2090|3000|3010|3020|3030|3040|3050|3060|3070|3080|3090|4000|4010|4020)
;;
*)
echo "Unknown OpenBSD version: $LSOF_VERS"