Add missing -lm
This commit is contained in:
parent
4e57f82cf7
commit
95b5f9e9c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367078
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue