git: 4edf1fab63eb - main - devel/onetbb: Add USES= pathfix

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Mon, 10 Jun 2024 21:27:12 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4edf1fab63eb22f051d43ead60e03f73d4bf12ff

commit 4edf1fab63eb22f051d43ead60e03f73d4bf12ff
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-06-10 20:56:03 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-06-10 21:24:33 +0000

    devel/onetbb: Add USES= pathfix
    
    Fixes installed location of .pc files
    
    Approved by:    portmgr (blanket)
---
 devel/onetbb/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/onetbb/Makefile b/devel/onetbb/Makefile
index 9d867ab21c2f..487838bf62d2 100644
--- a/devel/onetbb/Makefile
+++ b/devel/onetbb/Makefile
@@ -11,7 +11,7 @@ LICENSE=	APACHE20
 
 LIB_DEPENDS=	libhwloc.so.15:devel/hwloc2
 
-USES=		cmake compiler:c++11-lang tar:tgz
+USES=		cmake compiler:c++11-lang pathfix tar:tgz
 
 CMAKE_ARGS+=	-DTBB_STRICT:BOOL=FALSE \
 		-DCMAKE_INSTALL_DOCDIR:PATH="${DOCSDIR}" \