git: 5c1aca74e29d - main - sysutils/lsof: revert 0654456e061181e74fd0eb06f9b966a4e759769d
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Jan 2025 05:06:45 UTC
The branch main has been updated by ler: URL: https://cgit.FreeBSD.org/ports/commit/?id=5c1aca74e29dd5c25b7873b91efbc85b7ab1570c commit 5c1aca74e29dd5c25b7873b91efbc85b7ab1570c Author: Larry Rosenman <ler@FreeBSD.org> AuthorDate: 2025-01-13 05:05:52 +0000 Commit: Larry Rosenman <ler@FreeBSD.org> CommitDate: 2025-01-13 05:05:52 +0000 sysutils/lsof: revert 0654456e061181e74fd0eb06f9b966a4e759769d - it's wrong. --- sysutils/lsof/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index fa94a48a4c3c..7c27fdc3df99 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -43,7 +43,7 @@ BOOKE_CFLAGS= -DBOOKE CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= -n freebsd CONFIGURE_ENV= FREEBSD_SYS="${SRC_BASE}/sys" \ - LSOF_CC="${CC} -idirafter ${SRC_BASE}" + LSOF_CC="${CC}" # GCC needs -lzfs -lzpool for reasons unknown. If someone can # figure out why, I (ler) am all ears.