mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
sysutils/lsof: Fix build with FreeBSD 16
Approved by: portmgr (implicit, just fix it)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user