Date: Sun, 21 Jul 2024 10:02:03 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6fddd39d2137 - main - devel/benchmark: Use USES=pathfix to fix .pc installation Message-ID: <202407211002.46LA23UX098226@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6fddd39d21379cecb6905d55ea57be6c86327b5a commit 6fddd39d21379cecb6905d55ea57be6c86327b5a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-21 09:59:05 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-21 09:59:05 +0000 devel/benchmark: Use USES=pathfix to fix .pc installation ===> File(s) found in lib/pkgconfig while correct path is libdata/pkgconfig Applying fix but consider using USES= pathfix or adjust install path Approved by: portmgr (blanket) --- devel/benchmark/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/benchmark/Makefile b/devel/benchmark/Makefile index 0c156ca2625e..186b1afa746c 100644 --- a/devel/benchmark/Makefile +++ b/devel/benchmark/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/google/benchmark LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake:testing compiler:c++11-lang +USES= cmake:testing compiler:c++11-lang pathfix USE_LDCONFIG= yes USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407211002.46LA23UX098226>