git: b3ceb57e816f - main - devel/re2: Remove USES=pathfix
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Dec 2025 11:24:17 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b3ceb57e816f9919438477008339cafa89387d7f
commit b3ceb57e816f9919438477008339cafa89387d7f
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-09 06:39:03 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-09 11:21:04 +0000
devel/re2: Remove USES=pathfix
---
devel/re2/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/re2/Makefile b/devel/re2/Makefile
index 4c0b8dd93354..eb4f5f017c45 100644
--- a/devel/re2/Makefile
+++ b/devel/re2/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= abseil>=20240116.2:devel/abseil
LIB_DEPENDS= libabsl_base.so:devel/abseil
-USES= compiler:c++17-lang gmake localbase:ldflags pathfix pkgconfig
+USES= compiler:c++17-lang gmake localbase:ldflags pkgconfig
MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" SED_INPLACE="${SED} -i ''" prefix=${PREFIX}
PATHFIX_MAKEFILEIN= Makefile