Date: Tue, 2 Sep 2014 20:28:56 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367078 - head/net-im/empathy Message-ID: <201409022028.s82KSuWp042321@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409022028.s82KSuWp042321>