Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Mar 2025 18:11:41 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5acdade6e6f7 - main - games/gnome-robots: Fix build with newer versions of librsvg2-rust
Message-ID:  <202503301811.52UIBfpP014480@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202503301811.52UIBfpP014480>