mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
sysutils/bulk_extractor: Fix build error
PR: 277014 Reported by: mandree
This commit is contained in:
parent
3fdb99636a
commit
8b3d3fc27f
@ -18,7 +18,7 @@ LIB_DEPENDS= libabsl_base.so:devel/abseil \
|
||||
libgpg-error.so:security/libgpg-error \
|
||||
libre2.so:devel/re2
|
||||
|
||||
USES= autoreconf compiler:c++17-lang gnome iconv:wchar_t localbase \
|
||||
USES= autoreconf compiler:c++17-lang gnome iconv:wchar_t \
|
||||
pkgconfig python:build sqlite ssl
|
||||
USE_GITHUB= yes
|
||||
|
||||
@ -48,7 +48,4 @@ post-extract:
|
||||
pre-configure:
|
||||
(cd ${WRKSRC} && ${PYTHON_CMD} etc/makefile_builder.py)
|
||||
|
||||
post-configure:
|
||||
${REINPLACE_CMD} -e 's|-isystem -pipe|-pipe -isystem|' ${WRKSRC}/src/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user