diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-13 21:35:47 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-13 21:35:47 +0000 |
commit | 40cb1fa11002fd1c4d320e29bb3ff64731264d9e (patch) | |
tree | ce4f63d426ea678c0cfe48cbd3deb96ccf3e5a4a /www/epiphany | |
parent | 54b89300804a7a82fc73f9697a145272f6523b7f (diff) | |
download | freebsd-ports-40cb1fa11002fd1c4d320e29bb3ff64731264d9e.zip |
Do not detect libexecinfo.
PR: 88674
Diffstat (limited to 'www/epiphany')
-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 ; \ |