diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2025-08-11 08:28:21 +0200 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2025-08-11 08:29:09 +0200 |
commit | 201c518eba2db0c0a710b1b9bc47ff1c93e85d03 (patch) | |
tree | acd7759292a4293878a4a574c53efe0e79fa8f42 | |
parent | Revert "x11/kanshi: unbreak build after b991d37c58ed" (diff) |
Revert "x11/wlrctl: unbreak build after b991d37c58ed"
Not needed after ca0514ac8cbfde09a0e773829480c97223f7abf2
This reverts commit a0c047e2deb092b0984d5710eb4a895abb6f4370.
-rw-r--r-- | x11/wlrctl/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11/wlrctl/Makefile b/x11/wlrctl/Makefile index 66e0cc15433e..cff919bca6b1 100644 --- a/x11/wlrctl/Makefile +++ b/x11/wlrctl/Makefile @@ -17,7 +17,6 @@ LIB_DEPENDS= libwayland-client.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon USES= compiler:c11 meson pkgconfig -LDFLAGS+= -lm # https://cgit.FreeBSD.org/ports/commit/?id=b991d37c58ed PLIST_FILES= bin/${PORTNAME} \ share/zsh/site-functions/_${PORTNAME} |