svn commit: r557788 - head/audio/vsound

Mark Linimon linimon at FreeBSD.org
Sat Dec 12 05:07:27 UTC 2020


Author: linimon
Date: Sat Dec 12 05:07:27 2020
New Revision: 557788
URL: https://svnweb.freebsd.org/changeset/ports/557788

Log:
  Mark as BROKEN on riscv64.

Modified:
  head/audio/vsound/Makefile

Modified: head/audio/vsound/Makefile
==============================================================================
--- head/audio/vsound/Makefile	Sat Dec 12 04:59:58 2020	(r557787)
+++ head/audio/vsound/Makefile	Sat Dec 12 05:07:27 2020	(r557788)
@@ -14,6 +14,8 @@ COMMENT=	Utility for capturing audio streams from prog
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_riscv64=		fails to compile: vsound.c:101:4: Endian guess seems incorrect.
+
 BUILD_DEPENDS=	sox:audio/sox
 RUN_DEPENDS=	sox:audio/sox
 


More information about the svn-ports-all mailing list