Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Oct 2019 08:01:28 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514046 - head/audio/deadbeef
Message-ID:  <201910080801.x9881SEs004438@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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