Skip to content

Commit

Permalink
sysutils/bulk_extractor: Fix build error
Browse files Browse the repository at this point in the history
PR:		277014
Reported by:	mandree
  • Loading branch information
MANTANI Nobutaka authored and MANTANI Nobutaka committed Feb 16, 2024
1 parent 3fdb996 commit 8b3d3fc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sysutils/bulk_extractor/Makefile
Expand Up @@ -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

Expand Down Expand Up @@ -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>

0 comments on commit 8b3d3fc

Please sign in to comment.