git: 5acdade6e6f7 - main - games/gnome-robots: 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:41 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5acdade6e6f756109fc74f22e7ec329c6191f95a
commit 5acdade6e6f756109fc74f22e7ec329c6191f95a
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-03-30 18:09:03 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-03-30 18:11:20 +0000
games/gnome-robots: Fix build with newer versions of librsvg2-rust
Add -lm to LDFLAGS
PR: 284977
Approved by: portmgr (blanket)
---
games/gnome-robots/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/games/gnome-robots/Makefile b/games/gnome-robots/Makefile
index 25732dc9e099..5b46925d1811 100644
--- a/games/gnome-robots/Makefile
+++ b/games/gnome-robots/Makefile
@@ -28,4 +28,6 @@ USE_XORG= x11
GLIB_SCHEMAS= org.gnome.Robots.gschema.xml
+LDFLAGS+= -lm
+
.include <bsd.port.mk>