diff options
author | marcus <marcus@FreeBSD.org> | 2005-11-14 05:35:47 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-11-14 05:35:47 +0800 |
commit | 52cbdd5da2673d012cb6b2068bbd03e35c5ef2ba (patch) | |
tree | 7d4084afbf2bd77d4997d1e1e2629fd8533f954f /www | |
parent | f7ba9d82d6312453c5d87821668a30203506314b (diff) | |
download | freebsd-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/Makefile | 2 |
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 ; \ |