git: 8b3d3fc27fa9 - main - sysutils/bulk_extractor: Fix build error
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 16 Feb 2024 16:41:32 UTC
The branch main has been updated by nobutaka: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b3d3fc27fa95e88812c2a854f9fe6fa9681a19f commit 8b3d3fc27fa95e88812c2a854f9fe6fa9681a19f Author: MANTANI Nobutaka <nobutaka@FreeBSD.org> AuthorDate: 2024-02-16 16:36:25 +0000 Commit: MANTANI Nobutaka <nobutaka@FreeBSD.org> CommitDate: 2024-02-16 16:40:52 +0000 sysutils/bulk_extractor: Fix build error PR: 277014 Reported by: mandree --- sysutils/bulk_extractor/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sysutils/bulk_extractor/Makefile b/sysutils/bulk_extractor/Makefile index fa15b78d40f1..866bdc41d380 100644 --- a/sysutils/bulk_extractor/Makefile +++ b/sysutils/bulk_extractor/Makefile @@ -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>