mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
x11-clocks/cairo-clock: Fix build with newer versions of librsvg2-rust
Add -lm to LDFLAGS PR: 284977 Approved by: portmgr (blanket)
This commit is contained in:
parent
5acdade6e6
commit
b3464f30b7
1 changed files with 2 additions and 0 deletions
|
@ -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 <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue