Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jun 2024 21:27:11 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 126d28f85059 - main - devel/mimalloc: Add USES= pathfix
Message-ID:  <202406102127.45ALRB9N046846@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406102127.45ALRB9N046846>