svn commit: r514046 - head/audio/deadbeef

Piotr Kubaj pkubaj at FreeBSD.org
Tue Oct 8 08:01:28 UTC 2019


Author: pkubaj
Date: Tue Oct  8 08:01:27 2019
New Revision: 514046
URL: https://svnweb.freebsd.org/changeset/ports/514046

Log:
  audio/deadbeef: unbreak on armv*
  
  Builds on armv7.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/audio/deadbeef/Makefile

Modified: head/audio/deadbeef/Makefile
==============================================================================
--- head/audio/deadbeef/Makefile	Tue Oct  8 07:53:49 2019	(r514045)
+++ head/audio/deadbeef/Makefile	Tue Oct  8 08:01:27 2019	(r514046)
@@ -13,9 +13,6 @@ COMMENT=	Ultimate music player for Unix-like systems
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	dual
 
-BROKEN_armv6=		Fails to compile: error: invalid conversion between vector type and integer type
-BROKEN_armv7=		Fails to compile: error: invalid conversion between vector type and integer type
-
 GNU_CONFIGURE=	yes
 USES=		compiler:c11 desktop-file-utils gettext gmake iconv libtool \
 		pkgconfig shebangfix tar:bzip2


More information about the svn-ports-head mailing list