git: 8d24ed6e24a9 - 2025Q4 - multimedia/obs-multi-rtmp: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Oct 2025 01:13:30 UTC
The branch 2025Q4 has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8d24ed6e24a99db4d57bafd98c46654a3f919e3f
commit 8d24ed6e24a99db4d57bafd98c46654a3f919e3f
Author: Martin Filla <freebsd@sysctl.cz>
AuthorDate: 2025-10-13 01:09:39 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-10-13 01:13:01 +0000
multimedia/obs-multi-rtmp: Fix build
CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
Could NOT find SIMDe (missing: SIMDe_INCLUDE_DIR) (found version "0.0.0")
Reason given by package: Ensure SIMD Everywhere is available in local library paths.
PR: 290174
MFH: 2025Q4
(cherry picked from commit d9b02640a9bee5a2010ea73edaedad686cd500a2)
---
multimedia/obs-multi-rtmp/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/multimedia/obs-multi-rtmp/Makefile b/multimedia/obs-multi-rtmp/Makefile
index 5a94c20c174b..70a18ae87225 100644
--- a/multimedia/obs-multi-rtmp/Makefile
+++ b/multimedia/obs-multi-rtmp/Makefile
@@ -9,6 +9,7 @@ WWW= https://github.com/sorayuki/obs-multi-rtmp/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= simde>0:devel/simde
LIB_DEPENDS= libobs.so:multimedia/obs-studio
USES= cmake gl qt:6