diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-07-07 07:03:09 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-07-07 07:03:09 +0000 |
commit | 3841e5703331303d269c91dd00a24dcd23fc7557 (patch) | |
tree | b25bf5aaa4a21f25fa0069ea2efbe28455ea76b8 /net-im | |
parent | 3972051a770b305f4af744636434f8318d532016 (diff) |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telepathy-gabble/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile index a102210d672e..e927679647cd 100644 --- a/net-im/telepathy-gabble/Makefile +++ b/net-im/telepathy-gabble/Makefile @@ -42,4 +42,8 @@ MAN8= telepathy-gabble.8 CONFIGURE_ENV+= OPENSSL_LIBS="-L/usr/lib -ssl -crypto" OPENSSL_CFLAGS="-I/usr/include" .endif +post-patch: + @${REINPLACE_CMD} -e 's|-Werror||g' \ + ${WRKSRC}/lib/ext/wocky/configure + .include <bsd.port.post.mk> |