Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2026 19:02:41 +0000
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6d79433a59c0 - main - devel/gamin: Fix build with LIBINOTIFY enabled on FreeBSD 15+
Message-ID:  <6a1b3451.21eb9.721a55c1@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6d79433a59c09960ee47af060c96fa591cd2ff82

commit 6d79433a59c09960ee47af060c96fa591cd2ff82
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2026-05-30 19:01:49 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-05-30 19:02:16 +0000

    devel/gamin: Fix build with LIBINOTIFY enabled on FreeBSD 15+
---
 devel/gamin/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/gamin/Makefile b/devel/gamin/Makefile
index fe3843128f4f..6650a64eb41b 100644
--- a/devel/gamin/Makefile
+++ b/devel/gamin/Makefile
@@ -33,7 +33,8 @@ GAM_POLLER_CONFIGURE_ON=	--disable-kqueue
 
 RUN_AS_EUID_CPPFLAGS=	-DRUN_AS_EUID=1
 
-LIBINOTIFY_LDFLAGS=		-linotify
+LIBINOTIFY_USES=		inotify
+LIBINOTIFY_LDFLAGS=		${INOTIFY_LIB}
 LIBINOTIFY_CONFIGURE_ENABLE=	inotify
 
 .include <bsd.port.options.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1b3451.21eb9.721a55c1>