svn commit: r367078 - head/net-im/empathy

Tijl Coosemans tijl at FreeBSD.org
Tue Sep 2 20:28:56 UTC 2014


Author: tijl
Date: Tue Sep  2 20:28:55 2014
New Revision: 367078
URL: http://svnweb.freebsd.org/changeset/ports/367078
QAT: https://qat.redports.org/buildarchive/r367078/

Log:
  Add missing -lm

Modified:
  head/net-im/empathy/Makefile

Modified: head/net-im/empathy/Makefile
==============================================================================
--- head/net-im/empathy/Makefile	Tue Sep  2 19:54:45 2014	(r367077)
+++ head/net-im/empathy/Makefile	Tue Sep  2 20:28:55 2014	(r367078)
@@ -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>


More information about the svn-ports-head mailing list