aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2011-07-07 07:03:09 +0000
committerKoop Mast <kwm@FreeBSD.org>2011-07-07 07:03:09 +0000
commit3841e5703331303d269c91dd00a24dcd23fc7557 (patch)
treeb25bf5aaa4a21f25fa0069ea2efbe28455ea76b8 /net-im
parent3972051a770b305f4af744636434f8318d532016 (diff)
downloadports-3841e5703331303d269c91dd00a24dcd23fc7557.tar.gz
ports-3841e5703331303d269c91dd00a24dcd23fc7557.zip
Fix the build by removing -Werror. libgcrypt 1.5.0 put #warnings in depricated
functions. Submitted by: pointyhat (via pav)
Notes
Notes: svn path=/head/; revision=277212
Diffstat (limited to 'net-im')
-rw-r--r--net-im/telepathy-gabble/Makefile4
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>