aboutsummaryrefslogtreecommitdiff
path: root/www/epiphany
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-13 21:35:47 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-13 21:35:47 +0000
commit40cb1fa11002fd1c4d320e29bb3ff64731264d9e (patch)
treece4f63d426ea678c0cfe48cbd3deb96ccf3e5a4a /www/epiphany
parent54b89300804a7a82fc73f9697a145272f6523b7f (diff)
downloadports-40cb1fa11002fd1c4d320e29bb3ff64731264d9e.tar.gz
ports-40cb1fa11002fd1c4d320e29bb3ff64731264d9e.zip
Notes
Diffstat (limited to 'www/epiphany')
-rw-r--r--www/epiphany/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile
index eb55e185215b..87b8245eac10 100644
--- a/www/epiphany/Makefile
+++ b/www/epiphany/Makefile
@@ -101,6 +101,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 ; \