summaryrefslogtreecommitdiff
path: root/net-im/empathy
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-02 20:28:55 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-02 20:28:55 +0000
commit95b5f9e9c5c82915d250f395605e34783ec59c3a (patch)
treefa3ce94fbcf334e0fb223f9e35374c4f2309dcb5 /net-im/empathy
parentUpdate to 1.3.1 (diff)
Add missing -lm
Notes
Notes: svn path=/head/; revision=367078
Diffstat (limited to 'net-im/empathy')
-rw-r--r--net-im/empathy/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile
index 1073ad001d46..bfc55fe7728e 100644
--- a/net-im/empathy/Makefile
+++ b/net-im/empathy/Makefile
@@ -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>