git: c9c57155c3cb - main - devel/raylib: enable on armv7

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Sun, 28 Sep 2025 09:31:05 UTC
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c9c57155c3cb3ef134a8b25dc8cd44ce80694dcf

commit c9c57155c3cb3ef134a8b25dc8cd44ce80694dcf
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2025-09-25 14:54:30 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2025-09-28 09:29:34 +0000

    devel/raylib: enable on armv7
    
    Builds fine.
    
    Approved by:    portmgr (build fix blanket)
    PR:             279369
    Event:          EuroBSDcon Devsummit 2025
---
 devel/raylib/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/devel/raylib/Makefile b/devel/raylib/Makefile
index 9146312f3b01..398ebd2f0413 100644
--- a/devel/raylib/Makefile
+++ b/devel/raylib/Makefile
@@ -9,9 +9,6 @@ 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