git: 82f175ba80f5 - main - devel/luv: Add USES=localbase
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Apr 2024 11:21:13 UTC
The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=82f175ba80f58d54feb1076144a849a890f34ace commit 82f175ba80f58d54feb1076144a849a890f34ace Author: Adam Weinberger <adamw@FreeBSD.org> AuthorDate: 2024-04-15 11:19:17 +0000 Commit: Adam Weinberger <adamw@FreeBSD.org> CommitDate: 2024-04-15 11:21:00 +0000 devel/luv: Add USES=localbase It's not clear to me whether luv is failing for anybody else, but it failed for me because LOCALBASE/include wasn't in the header path. USES=localbase fixes this. --- devel/luv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/luv/Makefile b/devel/luv/Makefile index 1bb083607b6f..48ec4dacf271 100644 --- a/devel/luv/Makefile +++ b/devel/luv/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libuv.so:devel/libuv -USES= cmake luajit +USES= cmake localbase luajit USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS