summaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-07-07 15:07:13 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-07-07 15:07:13 +0800
commit7b4b1bacf44a9aa7026517d8504b49cd9f1c3679 (patch)
tree8d5516e1b67bd9334d03981d1ba152305fd8cfb2 /net-im
parente0cdaf9c1238aa4e8ee417e858a10ae64c34f41a (diff)
downloadmarcuscom-ports-7b4b1bacf44a9aa7026517d8504b49cd9f1c3679.tar
marcuscom-ports-7b4b1bacf44a9aa7026517d8504b49cd9f1c3679.tar.gz
marcuscom-ports-7b4b1bacf44a9aa7026517d8504b49cd9f1c3679.tar.bz2
marcuscom-ports-7b4b1bacf44a9aa7026517d8504b49cd9f1c3679.tar.lz
marcuscom-ports-7b4b1bacf44a9aa7026517d8504b49cd9f1c3679.tar.xz
marcuscom-ports-7b4b1bacf44a9aa7026517d8504b49cd9f1c3679.tar.zst
marcuscom-ports-7b4b1bacf44a9aa7026517d8504b49cd9f1c3679.zip
Chase FreeBSD ports, remove -Werror becuase libgcrypt depricated some
functions and put #warnings in them. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16101 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im')
-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>