From 6f36670b669b71d389c923529ee1cc4e9cae75c1 Mon Sep 17 00:00:00 2001 From: mezz Date: Wed, 18 Mar 2009 03:43:53 +0000 Subject: Get rid of -Werror to fix the build on RELENG_7. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12158 df743ca5-7f9a-e211-a948-0013205c9059 --- net-im/empathy/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile index 0581f1cae..934f67b31 100644 --- a/net-im/empathy/Makefile +++ b/net-im/empathy/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson # # $FreeBSD$ -# $MCom: ports/net-im/empathy/Makefile,v 1.19 2009/03/05 06:27:05 marcus Exp $ +# $MCom: ports/net-im/empathy/Makefile,v 1.20 2009/03/17 17:11:36 kwm Exp $ PORTNAME= empathy PORTVERSION= 2.26.0 @@ -69,7 +69,7 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-haze:${PORTSDIR}/net-im/telepathy-h .endif post-patch: - @${REINPLACE_CMD} -e 's|$${datadir}/gtk-doc/html|${DOCSDIR}|' \ - ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|$${datadir}/gtk-doc/html|${DOCSDIR}|g ; \ + s|-Werror||g' ${WRKSRC}/configure .include -- cgit v1.2.3