ports/sysutils/lsof/files/patch-Configure

11 lines
357 B
Text

--- Configure.orig 2019-05-22 14:43:59 UTC
+++ Configure
@@ -1639,7 +1639,7 @@ kernel generation process.
# Clear LSOF_UNSUP message for supported versions of FreeBSD.
case $LSOF_VERS in # {
- 4090|8020|8030|8040|9000|10000|11000|12000)
+ 4090|8020|8030|8040|9000|10000|11000|12000|13000)
LSOF_UNSUP=""
;;
esac # }