git: 5bd3f9f51c8e - main - audio/wavplay: allow on aarch64

From: Dmitry Marakasov <amdmi3_at_FreeBSD.org>
Date: Thu, 13 Jan 2022 13:11:18 UTC
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5bd3f9f51c8e382c1a2a4fdd8557763e68c78e85

commit 5bd3f9f51c8e382c1a2a4fdd8557763e68c78e85
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-01-13 13:07:48 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-01-13 13:08:46 +0000

    audio/wavplay: allow on aarch64
    
    Confirmed to work correctly;
    Also simplify ONLY_FOR_ARCHS_REASON as the problems may not only
    be related to endianess.
    
    PR:             261061
    Submitted by:   ronald-lists@klop.ws
---
 audio/wavplay/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/audio/wavplay/Makefile b/audio/wavplay/Makefile
index d16999356e4d..a0adc47cb5bd 100644
--- a/audio/wavplay/Makefile
+++ b/audio/wavplay/Makefile
@@ -12,8 +12,8 @@ COMMENT=	Wav player and recorder
 LICENSE=	GPLv2 # only
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-ONLY_FOR_ARCHS=	amd64 armv6 armv7 i386
-ONLY_FOR_ARCHS_REASON=	does not play sound correctly due to endian issues
+ONLY_FOR_ARCHS=	aarch64 amd64 armv6 armv7 i386
+ONLY_FOR_ARCHS_REASON=	does not play sound correctly
 
 CFLAGS+=	-D_WANT_SEMUN