aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2024-06-10 20:53:48 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2024-06-10 21:24:33 +0000
commit126d28f85059a78e5b26c4260f240e8c6f0fa8e1 (patch)
tree3920d7f99862056684d4bec0e02430a0d10549f7
parentce079c6602ee570c2d9399cf8228e0a147c16a93 (diff)
downloadports-126d28f85059a78e5b26c4260f240e8c6f0fa8e1.tar.gz
ports-126d28f85059a78e5b26c4260f240e8c6f0fa8e1.zip
devel/mimalloc: Add USES= pathfix
Fixes installed location of .pc files Approved by: portmgr (blanket)
-rw-r--r--devel/mimalloc/Makefile2
1 files changed, 1 insertions, 1 deletions
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