git: 54d14c9580a6 - main - math/armadillo: Remove USES=pathfix

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=54d14c9580a6220358cc77236a6fa7b1ca5454b7

commit 54d14c9580a6220358cc77236a6fa7b1ca5454b7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-16 15:55:40 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-16 15:55:40 +0000

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

diff --git a/math/armadillo/Makefile b/math/armadillo/Makefile
index 8087661da7c8..2735d28594db 100644
--- a/math/armadillo/Makefile
+++ b/math/armadillo/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 LIB_DEPENDS=	libarpack.so:math/arpack-ng \
 		libsuperlu.so:math/superlu
 
-USES=		blaslapack:openblas cmake:testing compiler:c++11-lang pathfix pkgconfig tar:xz
+USES=		blaslapack:openblas cmake:testing compiler:c++11-lang pkgconfig tar:xz
 
 CMAKE_OFF=	ALLOW_BLAS_LAPACK_MACOS \
 		ALLOW_FLEXIBLAS_LINUX \