diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 15:07:11 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 15:07:11 +0000 |
commit | 6a67297b00f28d20f684532b58f2d9697007357d (patch) | |
tree | 63c89da74eed9e490571d2f4431a86387cc1eb81 /audio/vsound | |
parent | - Switch WWW to follow direct to a newish landing page which has a link (diff) |
Mark some ports failing on armv6, for errors classified as "clang".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=441847
Diffstat (limited to 'audio/vsound')
-rw-r--r-- | audio/vsound/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/vsound/Makefile b/audio/vsound/Makefile index 17872fad0d59..470bb5326727 100644 --- a/audio/vsound/Makefile +++ b/audio/vsound/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS= sox:audio/sox USES= alias libtool GNU_CONFIGURE= yes -BROKEN_aarch64= Fails to build: error: Cannot determine endian-ness of processor +NOT_FOR_ARCHS= aarch64 armv6 +NOT_FOR_ARCHS_REASON= fails to build: error: Cannot determine endian-ness of processor OPTIONS_DEFINE= DOCS |