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..a453f43d8266 --- /dev/null +++ b/sysutils/lsof/files/patch-Configure @@ -0,0 +1,14 @@ +--- Configure.orig 2024-11-18 02:11:27 UTC ++++ Configure +@@ -1089,6 +1089,11 @@ case $LSOF_TGT in # { + LSOF_TSTBIGF=" " + LSOF_VERS=15000 + ;; ++ 16*) ++ LSOF_CFGL="$LSOF_CFGL -lutil" ++ LSOF_TSTBIGF=" " ++ LSOF_VERS=16000 ++ ;; + *) + echo Unknown FreeBSD release: `uname -r` + rm -f $LSOF_HLP |