git: ab046660126c - main - emulators/reicast: Mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Sep 2026 04:33:37 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ab046660126cd7f8d91486c53b50aed1fa3d5b33
commit ab046660126cd7f8d91486c53b50aed1fa3d5b33
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2026-09-05 04:14:53 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2026-09-05 04:33:19 +0000
emulators/reicast: Mark BROKEN
Fails to build, fatal error: linux/input.h: No such file or directory
Reported by: pkg-fallout
---
emulators/reicast/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/emulators/reicast/Makefile b/emulators/reicast/Makefile
index d4eff3c185ab..1841763bac5d 100644
--- a/emulators/reicast/Makefile
+++ b/emulators/reicast/Makefile
@@ -11,6 +11,8 @@ LICENSE= BSD3CLAUSE GPLv2 LGPL21
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN= Fails to build, fatal error: linux/input.h: No such file or directory
+
LIB_DEPENDS= libao.so:audio/libao \
libasound.so:audio/alsa-lib \
libcurl.so:ftp/curl \