mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
sysutils/lsof: Fix build for 15-CURRENT
Add support for 15-current in Configure script. Approved by: portmgr (blanket) MFH: 2023Q3
This commit is contained in:
parent
b85581e4cf
commit
54b3112625
14
sysutils/lsof/files/patch-Configure
Normal file
14
sysutils/lsof/files/patch-Configure
Normal file
@ -0,0 +1,14 @@
|
||||
--- Configure.orig 2023-01-16 22:42:40.000000000 -0800
|
||||
+++ Configure 2023-08-29 18:43:40.296306000 -0700
|
||||
@@ -1209,6 +1209,11 @@
|
||||
LSOF_TSTBIGF=" "
|
||||
LSOF_VERS=14000
|
||||
;;
|
||||
+ 15*)
|
||||
+ LSOF_CFGL="$LSOF_CFGL -lutil"
|
||||
+ LSOF_TSTBIGF=" "
|
||||
+ LSOF_VERS=15000
|
||||
+ ;;
|
||||
*)
|
||||
echo Unknown FreeBSD release: `uname -r`
|
||||
rm -f $LSOF_HLP
|
Loading…
Reference in New Issue
Block a user