From 7781bd51ebe9a8672605ed61f9b8b533911d6445 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 16 Nov 2005 22:43:12 +0000 Subject: Merge the fix from the ports tree to remove libexecinfo support. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5152 df743ca5-7f9a-e211-a948-0013205c9059 --- www/epiphany/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index ee732cceb..e6b4b420b 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/www/epiphany/Makefile,v 1.86 2005/11/11 08:21:10 ahze Exp $ +# $MCom: ports/www/epiphany/Makefile,v 1.87 2005/11/12 21:24:37 ahze Exp $ # PORTNAME= epiphany @@ -107,6 +107,8 @@ post-patch: .endif @${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-lpthread|${PTHREAD_LIBS}|g' + @${REINPLACE_CMD} -e 's|execinfo.h|#|g' \ + ${WRKSRC}/configure post-configure: @${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; \ -- cgit