There was an error while loading. Please reload this page.
1 parent dc32d02 commit efbb151Copy full SHA for efbb151
sysutils/lsof/Makefile
@@ -1,9 +1,8 @@
1
# note: If someone has a fix for a particular ARCH please feel free
2
# to commit it. I (ler) don't have access to all the ARCH's
3
-
4
PORTNAME= lsof
5
DISTVERSION= 4.99.4
6
-PORTREVISION= 1
+PORTREVISION= 2
7
PORTEPOCH= 8
8
CATEGORIES= sysutils
9
@@ -43,7 +42,9 @@ BOOKE_CFLAGS= -DBOOKE
43
42
CONFIGURE_SCRIPT= Configure
44
CONFIGURE_ARGS= -n freebsd
45
CONFIGURE_ENV= FREEBSD_SYS="${SRC_BASE}/sys" \
46
- LSOF_CC="${CC}"
+ LSOF_CC="${CC}" \
+ LSOF_OPINC="-idirafter ${SRC_BASE}/sys"
47
+
48
49
# GCC needs -lzfs -lzpool for reasons unknown. If someone can
50
# figure out why, I (ler) am all ears.
0 commit comments