Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jan 2023 10:47:22 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e6af1690971a - main - multimedia/obs-studio: Broken on FreeBSD 12
Message-ID:  <202301051047.305AlMMw018320@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit e6af1690971ab40f81b2f52c3609e45458e93ebf
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-01-05 10:42:33 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-01-05 10:42:33 +0000

    multimedia/obs-studio: Broken on FreeBSD 12
    
    Reported by:    fallout
---
 multimedia/obs-studio/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/multimedia/obs-studio/Makefile b/multimedia/obs-studio/Makefile
index 7b1458a8e706..c848cbbfafe8 100644
--- a/multimedia/obs-studio/Makefile
+++ b/multimedia/obs-studio/Makefile
@@ -17,6 +17,8 @@ WWW=		https://obsproject.com/
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_FreeBSD_12=	fatal error: 'sys/eventfd.h' file not found
+
 BUILD_DEPENDS=	v4l_compat>=0:multimedia/v4l_compat \
 		swig:devel/swig
 LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301051047.305AlMMw018320>