summaryrefslogtreecommitdiffstats
path: root/www/epiphany
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-17 06:43:12 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-17 06:43:12 +0800
commit7781bd51ebe9a8672605ed61f9b8b533911d6445 (patch)
tree9d5ec1d956a1e7753d23241575f85d15dc84c7cb /www/epiphany
parent67276ab58bc54c593498ca4ce5b184f53a155fc3 (diff)
downloadmarcuscom-ports-7781bd51ebe9a8672605ed61f9b8b533911d6445.tar
marcuscom-ports-7781bd51ebe9a8672605ed61f9b8b533911d6445.tar.gz
marcuscom-ports-7781bd51ebe9a8672605ed61f9b8b533911d6445.tar.bz2
marcuscom-ports-7781bd51ebe9a8672605ed61f9b8b533911d6445.tar.lz
marcuscom-ports-7781bd51ebe9a8672605ed61f9b8b533911d6445.tar.xz
marcuscom-ports-7781bd51ebe9a8672605ed61f9b8b533911d6445.tar.zst
marcuscom-ports-7781bd51ebe9a8672605ed61f9b8b533911d6445.zip
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
Diffstat (limited to 'www/epiphany')
-rw-r--r--www/epiphany/Makefile4
1 files changed, 3 insertions, 1 deletions
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 <marcus@FreeBSD.org>
#
# $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 ; \