svn commit: r464593 - head/audio/vsound
Mark Linimon
linimon at FreeBSD.org
Thu Mar 15 15:17:52 UTC 2018
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
More information about the svn-ports-all
mailing list