From b3464f30b7552590003efe5d41255c29ff6785fa Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sun, 30 Mar 2025 20:10:15 +0200 Subject: [PATCH] x11-clocks/cairo-clock: Fix build with newer versions of librsvg2-rust Add -lm to LDFLAGS PR: 284977 Approved by: portmgr (blanket) --- x11-clocks/cairo-clock/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11-clocks/cairo-clock/Makefile b/x11-clocks/cairo-clock/Makefile index 2f8e65b3df23..345334d7c184 100644 --- a/x11-clocks/cairo-clock/Makefile +++ b/x11-clocks/cairo-clock/Makefile @@ -22,6 +22,8 @@ USE_GNOME= atk cairo gdkpixbuf glib20 gtk20 libglade2 pango librsvg2 libxml2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +LDFLAGS+= -lm + MAKE_ARGS= GMSGFMT=msgfmt DATADIRNAME=share .include