git: 4d2e05dbb5a1 - main - x11/way-displays: unbreak on -CURRENT after e8fe34cde858
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Jul 2025 01:12:37 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=4d2e05dbb5a105e5b06709c52d3ced1ed2c2c7cd commit 4d2e05dbb5a105e5b06709c52d3ced1ed2c2c7cd Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2025-07-20 01:06:00 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2025-07-20 01:11:43 +0000 x11/way-displays: unbreak on -CURRENT after e8fe34cde858 Add -isystem to hide warnings in headers unintentionally exposed via symlink. In file included from src/fds.c:6: /usr/local/include/sys/inotify.h:21:13: error: zero size arrays are an extension [-Werror,-Wzero-length-array] 21 | char name[0]; | ^ PR: 288342 Reported by: pkg-fallout --- x11/way-displays/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/way-displays/Makefile b/x11/way-displays/Makefile index 8607b935ee34..09620637d470 100644 --- a/x11/way-displays/Makefile +++ b/x11/way-displays/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ libinput.so:x11/libinput TEST_DEPENDS= cmocka>0:sysutils/cmocka -USES= compiler:c11 gmake pkgconfig +USES= compiler:c11 gmake localbase pkgconfig USE_GITHUB= yes GH_ACCOUNT= alex-courtis MAKEFILE= GNUmakefile