Add missing -lm

This commit is contained in:
Tijl Coosemans 2014-09-02 20:28:55 +00:00
parent 4e57f82cf7
commit 95b5f9e9c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367078

View file

@ -96,4 +96,10 @@ CONFIGURE_ARGS+=--disable-map
PLIST_SUB+= MAP="@comment "
.endif
posy-patch:
@${REINPLACE_CMD} \
-e '/^empathy_av_LDADD =/s/$$/ -lm/' \
-e '/^empathy_call_LDADD =/s/$$/ -lm/' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>