diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2025-08-08 12:35:55 +0200 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2025-08-08 12:41:00 +0200 |
commit | 3e6a8fffef6d6b0318e7ee3cf8fe3dc09352c9cd (patch) | |
tree | e06f1efc9b85cfcd2c9f6569ce9dea1c804280c2 | |
parent | devel/kunifiedpush: add new KDE Gear port (diff) |
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
-rw-r--r-- | x11/kanshi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |