diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-03 04:28:55 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-03 04:28:55 +0800 |
commit | a45b1de5471b910d1aae90c20ab7815a212909de (patch) | |
tree | fa3ce94fbcf334e0fb223f9e35374c4f2309dcb5 /net-im | |
parent | 8957020953659b53096c972bb9d7b5e74a6c2c0d (diff) | |
download | freebsd-ports-gnome-a45b1de5471b910d1aae90c20ab7815a212909de.tar.gz freebsd-ports-gnome-a45b1de5471b910d1aae90c20ab7815a212909de.tar.zst freebsd-ports-gnome-a45b1de5471b910d1aae90c20ab7815a212909de.zip |
Add missing -lm
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/empathy/Makefile | 6 |
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> |