git: 126d28f85059 - main - devel/mimalloc: Add USES= pathfix
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Jun 2024 21:27:11 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=126d28f85059a78e5b26c4260f240e8c6f0fa8e1 commit 126d28f85059a78e5b26c4260f240e8c6f0fa8e1 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-06-10 20:53:48 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-06-10 21:24:33 +0000 devel/mimalloc: Add USES= pathfix Fixes installed location of .pc files Approved by: portmgr (blanket) --- devel/mimalloc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/mimalloc/Makefile b/devel/mimalloc/Makefile index b4334db3a0e6..e1df9a71cc57 100644 --- a/devel/mimalloc/Makefile +++ b/devel/mimalloc/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/microsoft/mimalloc LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake:testing compiler:c++17-lang +USES= cmake:testing compiler:c++17-lang pathfix USE_GITHUB= yes GH_ACCOUNT= microsoft USE_LDCONFIG= yes