git: 7c50fbfa2505 - main - www/nghttp2: Remove USES=pathfix

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 16 Dec 2025 16:04:20 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7c50fbfa2505a7f1691a8e7e38b37ec651a94e18

commit 7c50fbfa2505a7f1691a8e7e38b37ec651a94e18
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-16 15:56:11 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-16 15:59:40 +0000

    www/nghttp2: Remove USES=pathfix
---
 www/nghttp2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile
index 539ba048aac3..9e489aad3f4a 100644
--- a/www/nghttp2/Makefile
+++ b/www/nghttp2/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	libnghttp2>=${PORTVERSION}:www/libnghttp2
 LIB_DEPENDS=	libnghttp2.so:www/libnghttp2
 
-USES=		cmake compiler:c++20-lang cpe localbase:ldflags pathfix pkgconfig python:env ssl tar:xz
+USES=		cmake compiler:c++20-lang cpe localbase:ldflags pkgconfig python:env ssl tar:xz
 
 CMAKE_ARGS=	-DCMAKE_INSTALL_MANDIR=share/man
 CMAKE_OFF=	BUILD_SHARED_LIBS \