Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Mar 2018 15:17:51 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464593 - head/audio/vsound
Message-ID:  <201803151517.w2FFHpkB036931@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Mar 15 15:17:51 2018
New Revision: 464593
URL: https://svnweb.freebsd.org/changeset/ports/464593

Log:
  Fails on armv7 the same was as on armv6.  Pet portlint.

Modified:
  head/audio/vsound/Makefile

Modified: head/audio/vsound/Makefile
==============================================================================
--- head/audio/vsound/Makefile	Thu Mar 15 15:14:53 2018	(r464592)
+++ head/audio/vsound/Makefile	Thu Mar 15 15:17:51 2018	(r464593)
@@ -14,14 +14,14 @@ COMMENT=	Utility for capturing audio streams from prog
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+NOT_FOR_ARCHS=		aarch64 armv6 armv7
+NOT_FOR_ARCHS_REASON=	fails to build: error: Cannot determine endian-ness of processor
+
 BUILD_DEPENDS=	sox:audio/sox
 RUN_DEPENDS=	sox:audio/sox
 
 USES=		alias libtool
 GNU_CONFIGURE=	yes
-
-NOT_FOR_ARCHS=		aarch64 armv6
-NOT_FOR_ARCHS_REASON=	fails to build: error: Cannot determine endian-ness of processor
 
 OPTIONS_DEFINE=	DOCS
 



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