diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-03 08:24:25 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-03 08:24:25 +0000 |
commit | 173e66f7f110f0016efe0f1da01f7d6b2ba7d05f (patch) | |
tree | fe2b241bdd175f1b889071cc06bbf8471fc76f82 | |
parent | cf459b291de1d9c00c6c90c112856fdf8b7f2031 (diff) | |
download | ports-173e66f7f110f0016efe0f1da01f7d6b2ba7d05f.tar.gz ports-173e66f7f110f0016efe0f1da01f7d6b2ba7d05f.zip |
Notes
-rw-r--r-- | net-im/empathy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile index bfc55fe7728e..bb849c002fb6 100644 --- a/net-im/empathy/Makefile +++ b/net-im/empathy/Makefile @@ -96,7 +96,7 @@ CONFIGURE_ARGS+=--disable-map PLIST_SUB+= MAP="@comment " .endif -posy-patch: +post-patch: @${REINPLACE_CMD} \ -e '/^empathy_av_LDADD =/s/$$/ -lm/' \ -e '/^empathy_call_LDADD =/s/$$/ -lm/' \ |