aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2018-03-22 05:51:58 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2018-03-22 05:51:58 +0000
commit1eb4bddc4c68bc9b882a9c47a1f95d84254d3e49 (patch)
tree19b37ef874032778a7534fbc283c2583f296c5c7
parent5a2a5d32b93384840f87f58989893f0c9b31ae24 (diff)
downloadports-1eb4bddc4c68bc9b882a9c47a1f95d84254d3e49.tar.gz
ports-1eb4bddc4c68bc9b882a9c47a1f95d84254d3e49.zip
Notes
-rw-r--r--audio/vsound/Makefile3
-rw-r--r--audio/vsound/files/patch-configure2
2 files changed, 1 insertions, 4 deletions
diff --git a/audio/vsound/Makefile b/audio/vsound/Makefile
index bfb1dc4e8920..9e783211476a 100644
--- a/audio/vsound/Makefile
+++ b/audio/vsound/Makefile
@@ -14,9 +14,6 @@ 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
diff --git a/audio/vsound/files/patch-configure b/audio/vsound/files/patch-configure
index ec5be3cc28ae..ebe6145e50c7 100644
--- a/audio/vsound/files/patch-configure
+++ b/audio/vsound/files/patch-configure
@@ -31,7 +31,7 @@
case "$target_cpu" in
- alpha* | i?86 )
-+ alpha* | i?86 | ia64* | amd64* )
++ alpha* | i?86 | ia64* | amd64* | aarch64 | arm*)
ac_cv_cpu_endian_ness="little"
;;