git: d32c11d8fce6 - main - deskutils/cairo-dock: Fix build with newer versions of librsvg2-rust
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Mar 2025 18:11:40 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d32c11d8fce6b8b2a9bbccd1d72c670e9a307c2a
commit d32c11d8fce6b8b2a9bbccd1d72c670e9a307c2a
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-03-30 18:06:08 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-03-30 18:11:20 +0000
deskutils/cairo-dock: Fix build with newer versions of librsvg2-rust
Add -lm to LDFLAGS
PR: 284977
Approved by: portmgr (blanket)
---
deskutils/cairo-dock/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/deskutils/cairo-dock/Makefile b/deskutils/cairo-dock/Makefile
index 384c0a44dedc..b1f6a5d37449 100644
--- a/deskutils/cairo-dock/Makefile
+++ b/deskutils/cairo-dock/Makefile
@@ -31,6 +31,8 @@ SHEBANG_FILES= data/scripts/cairo-dock-package-theme.sh \
data/scripts/help_scripts.sh \
data/scripts/initial-setup.sh
+LDFLAGS+= -lm
+
OPTIONS_DEFINE= WAYLAND X11
OPTIONS_DEFAULT= EGL WAYLAND X11
OPTIONS_RADIO= GL