Date: Thu, 13 Jan 2022 13:11:18 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5bd3f9f51c8e - main - audio/wavplay: allow on aarch64 Message-ID: <202201131311.20DDBIWP074642@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201131311.20DDBIWP074642>