diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2025-08-11 08:28:02 +0200 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2025-08-11 08:29:06 +0200 |
commit | de44660a2002b97b29ac15c79ef14a1615a51dda (patch) | |
tree | b2f574adbffe3773536683222d4b075c19b090bf | |
parent | Revert "graphics/wayland: Remove libm from pkgconfig Libs" (diff) |
Revert "x11/kanshi: unbreak build after b991d37c58ed"
Not needed after ca0514ac8cbfde09a0e773829480c97223f7abf2
This reverts commit 94c22bce720038e7c5c65a1d6ed7164d2f4db6c6.
-rw-r--r-- | x11/kanshi/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11/kanshi/Makefile b/x11/kanshi/Makefile index 9cfd98203862..6ff6a1adf2a3 100644 --- a/x11/kanshi/Makefile +++ b/x11/kanshi/Makefile @@ -16,7 +16,6 @@ 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 |