diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-03-15 15:17:51 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-03-15 15:17:51 +0000 |
commit | f14c679776524c048da59c92c4291ba8ae7d1181 (patch) | |
tree | 457f8e210d41e0ba3412cf7b87beb839424aeecb /audio/vsound | |
parent | Mark broken on armvX: fails to link. There is possibly an empty string (diff) |
Fails on armv7 the same was as on armv6. Pet portlint.
Notes
Notes:
svn path=/head/; revision=464593
Diffstat (limited to 'audio/vsound')
-rw-r--r-- | audio/vsound/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/vsound/Makefile b/audio/vsound/Makefile index 27522285cf1d..bfb1dc4e8920 100644 --- a/audio/vsound/Makefile +++ b/audio/vsound/Makefile @@ -14,15 +14,15 @@ COMMENT= Utility for capturing audio streams from programs with OSS output 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 post-install: |