git: 3addc995ad12 - main - devel/libunwind: Remove USES=pathfix
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Dec 2025 11:24:06 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3addc995ad12bccc6fafa75fdc28144a75183202
commit 3addc995ad12bccc6fafa75fdc28144a75183202
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-09 06:38:50 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-09 11:21:00 +0000
devel/libunwind: Remove USES=pathfix
---
devel/libunwind/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/libunwind/Makefile b/devel/libunwind/Makefile
index 6f82fb9cdef2..88695fa8e781 100644
--- a/devel/libunwind/Makefile
+++ b/devel/libunwind/Makefile
@@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le
-USES= compiler:c11 cpe libtool pathfix pkgconfig
+USES= compiler:c11 cpe libtool pkgconfig
CONFIGURE_ARGS= --disable-cxx-exceptions \
--disable-unwind-header \