aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-11-14 05:35:47 +0800
committermarcus <marcus@FreeBSD.org>2005-11-14 05:35:47 +0800
commit52cbdd5da2673d012cb6b2068bbd03e35c5ef2ba (patch)
tree7d4084afbf2bd77d4997d1e1e2629fd8533f954f /www
parentf7ba9d82d6312453c5d87821668a30203506314b (diff)
downloadfreebsd-ports-gnome-52cbdd5da2673d012cb6b2068bbd03e35c5ef2ba.tar.gz
freebsd-ports-gnome-52cbdd5da2673d012cb6b2068bbd03e35c5ef2ba.tar.zst
freebsd-ports-gnome-52cbdd5da2673d012cb6b2068bbd03e35c5ef2ba.zip
Do not detect libexecinfo.
PR: 88674
Diffstat (limited to 'www')
-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 ; \