git: 3e6a8fffef6d - main - x11/kanshi: unbreak build after b991d37c58ed

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Fri, 08 Aug 2025 10:41:08 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3e6a8fffef6d6b0318e7ee3cf8fe3dc09352c9cd

commit 3e6a8fffef6d6b0318e7ee3cf8fe3dc09352c9cd
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2025-08-08 10:35:55 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2025-08-08 10:41:00 +0000

    x11/kanshi: unbreak build after b991d37c58ed
    
    ld: error: undefined symbol: round
    >>> referenced by main.c
    >>>               kanshi.p/main.c.o:(apply_profile)
    
    Reported by:    pkg-fallout
---
 x11/kanshi/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11/kanshi/Makefile b/x11/kanshi/Makefile
index 6ff6a1adf2a3..9cfd98203862 100644
--- a/x11/kanshi/Makefile
+++ b/x11/kanshi/Makefile
@@ -16,6 +16,7 @@ LIB_DEPENDS=	libscfg.so:devel/libscfg \
 
 USES=		compiler:c11 meson pkgconfig
 MESON_ARGS=	-Dipc=disabled # https://github.com/varlink/libvarlink/issues/53
+LDFLAGS+=	-lm # https://cgit.FreeBSD.org/ports/commit/?id=b991d37c58ed
 PLIST_FILES=	bin/${PORTNAME}
 
 OPTIONS_DEFINE=	MANPAGES