svn commit: r549072 - head/multimedia/obs-studio

Yuri Victorovich yuri at FreeBSD.org
Sat Sep 19 21:17:54 UTC 2020


Author: yuri
Date: Sat Sep 19 21:17:53 2020
New Revision: 549072
URL: https://svnweb.freebsd.org/changeset/ports/549072

Log:
  multimedia/obs-studio: Remove BROKEN_aarch64 because it was there for 2+ years and needs to be retested
  
  If it still breaks on aarch64 - please post the log here: https://github.com/obsproject/obs-browser/issues/242

Modified:
  head/multimedia/obs-studio/Makefile

Modified: head/multimedia/obs-studio/Makefile
==============================================================================
--- head/multimedia/obs-studio/Makefile	Sat Sep 19 21:04:40 2020	(r549071)
+++ head/multimedia/obs-studio/Makefile	Sat Sep 19 21:17:53 2020	(r549072)
@@ -12,7 +12,6 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_i386=	https://github.com/obsproject/obs-browser/issues/241
-BROKEN_aarch64=	Fails to compile: invalid conversion between vector type and integer type
 
 BUILD_DEPENDS=	v4l_compat>=0:multimedia/v4l_compat \
 		swig:devel/swig


More information about the svn-ports-all mailing list