Skip to content

Commit efbb151

Browse files
committed
sysutils/lsof: fix after recent breakage
PR: 284004 Patch By: brd, cy
1 parent dc32d02 commit efbb151

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎sysutils/lsof/Makefile‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# note: If someone has a fix for a particular ARCH please feel free
22
# to commit it. I (ler) don't have access to all the ARCH's
3-
43
PORTNAME= lsof
54
DISTVERSION= 4.99.4
6-
PORTREVISION= 1
5+
PORTREVISION= 2
76
PORTEPOCH= 8
87
CATEGORIES= sysutils
98

@@ -43,7 +42,9 @@ BOOKE_CFLAGS= -DBOOKE
4342
CONFIGURE_SCRIPT= Configure
4443
CONFIGURE_ARGS= -n freebsd
4544
CONFIGURE_ENV= FREEBSD_SYS="${SRC_BASE}/sys" \
46-
LSOF_CC="${CC}"
45+
LSOF_CC="${CC}" \
46+
LSOF_OPINC="-idirafter ${SRC_BASE}/sys"
47+
4748

4849
# GCC needs -lzfs -lzpool for reasons unknown. If someone can
4950
# figure out why, I (ler) am all ears.

0 commit comments

Comments
 (0)