24 lines
668 B
Plaintext
24 lines
668 B
Plaintext
$OpenBSD: patch-Configure,v 1.14 2003/08/18 06:32:09 pvalchev Exp $
|
|
--- Configure.orig 2003-08-18 00:25:07.000000000 -0600
|
|
+++ Configure 2003-08-18 00:25:45.000000000 -0600
|
|
@@ -2536,6 +2536,10 @@ kernel generation process.
|
|
LSOF_TSTBIGF=" "
|
|
LSOF_VERS=3030
|
|
;;
|
|
+ 3.4*)
|
|
+ LSOF_TSTBIGF=" "
|
|
+ LSOF_VERS=3040
|
|
+ ;;
|
|
3*)
|
|
LSOF_TSTBIGF=" "
|
|
LSOF_VERS=3020
|
|
@@ -2553,7 +2557,7 @@ kernel generation process.
|
|
# Test for legal OpenBSD version.
|
|
|
|
case $LSOF_VERS in # {
|
|
- 1020|2050|2060|2070|2080|2090|3000|3010|3020|3030)
|
|
+ 1020|2050|2060|2070|2080|2090|3000|3010|3020|3030|3040)
|
|
;;
|
|
*)
|
|
echo "Unknown OpenBSD version: $LSOF_VERS"
|