1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

audio/aubio: LDFLAGS+= -lm (explicit linking)

This commit is contained in:
John Marino 2014-07-05 14:41:44 +00:00
parent d53b2a941f
commit 9fec926b5b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360751

View File

@ -24,5 +24,6 @@ USES= gmake pathfix pkgconfig libtool
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -lm
.include <bsd.port.mk>