diff options
Diffstat (limited to 'sysutils/lsof/files/patch-configure')
-rw-r--r-- | sysutils/lsof/files/patch-configure | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/lsof/files/patch-configure b/sysutils/lsof/files/patch-configure new file mode 100644 index 000000000000..540ddbd50030 --- /dev/null +++ b/sysutils/lsof/files/patch-configure @@ -0,0 +1,14 @@ +--- ./Configure.orig 2007-10-21 08:13:35.000000000 +0400 ++++ ./Configure 2007-10-21 08:14:39.000000000 +0400 +@@ -1438,6 +1438,11 @@ + echo "!!!WARNING!!! Unsupported FreeBSD version: $LSOF_VSTR" + echo "!!!WARNING!!! Configuring for FreeBSD 7.0" + ;; ++ 8*) ++ LSOF_VERS=7000 ++ echo "!!!WARNING!!! Unsupported FreeBSD version: $LSOF_VSTR" ++ echo "!!!WARNING!!! Configuring for FreeBSD 7.0" ++ ;; + *) + echo Unknown FreeBSD release: `uname -r` + echo Assuming FreeBSD 2.x |