mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Fails on armv7 the same was as on armv6. Pet portlint.
This commit is contained in:
parent
fb5e601e46
commit
f14c679776
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464593
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user