summaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-gabble
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/telepathy-gabble')
-rw-r--r--net-im/telepathy-gabble/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile
index b8a338c26..4cd46a05d 100644
--- a/net-im/telepathy-gabble/Makefile
+++ b/net-im/telepathy-gabble/Makefile
@@ -3,7 +3,7 @@
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/net-im/telepathy-gabble/Makefile,v 1.15 2011/03/16 08:55:30 kwm Exp $
+# $MCom: ports/net-im/telepathy-gabble/Makefile,v 1.16 2011/04/23 08:25:34 kwm Exp $
PORTNAME= telepathy-gabble
PORTVERSION= 0.12.0
@@ -45,4 +45,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>