git: 47f964b00b86 - main - devel/raylib: mark as broken on arm7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jul 2024 15:15:11 UTC
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=47f964b00b865120bd3a1935b7a4c84a3f15ed17 commit 47f964b00b865120bd3a1935b7a4c84a3f15ed17 Author: Martin Filla <freebsd@sysctl.cz> AuthorDate: 2024-07-30 15:13:00 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-07-30 15:13:00 +0000 devel/raylib: mark as broken on arm7 In file included from /wrkdirs/usr/ports/devel/raylib/work/raylib-5.0/src/rtextures.c:216: /wrkdirs/usr/ports/devel/raylib/work/raylib-5.0/src/external/stb_image_resize2.h:2422:22: error: implicit declaration of function 'vld1q_f16' is invalid in C99 [-Werror,-Wimplicit-function-declaration] float16x8_t in = vld1q_f16(input); ^ Upstream bug report: https://github.com/nothings/stb/issues/1650 PR: 279369 MFH: 2024Q3 --- devel/raylib/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/raylib/Makefile b/devel/raylib/Makefile index a80232a59a4c..9364a290b22d 100644 --- a/devel/raylib/Makefile +++ b/devel/raylib/Makefile @@ -9,6 +9,9 @@ WWW= https://www.raylib.com/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE +# https://bugs.freebsd.org/279369 +BROKEN_armv7= fails to build: error: implicit declaration of function 'vld1q_f16' is invalid in C99 + LIB_DEPENDS= libglfw.so:graphics/glfw USES= cmake gl localbase:ldflags xorg