1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

Fix linking error

ld: error: undefined symbol: pow
This commit is contained in:
Ganael LAPLANCHE 2020-07-08 10:17:10 +00:00
parent 88c31f59a8
commit c51d816b6b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541479

View File

@ -22,4 +22,6 @@ USES= desktop-file-utils gnome pkgconfig
USE_CSTD= gnu89
USE_GNOME= libglade2
LDFLAGS+= -lm
.include <bsd.port.mk>