Date: Sun, 20 Aug 2023 14:41:52 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fcd56ff7bcf7 - main - audio/wavplay: enable on powerpc64le Message-ID: <202308201441.37KEfqax058655@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=fcd56ff7bcf7405a09af0b8d8875d5ce74aebcfe commit fcd56ff7bcf7405a09af0b8d8875d5ce74aebcfe Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-20 14:39:55 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-20 14:39:55 +0000 audio/wavplay: enable on powerpc64le --- audio/wavplay/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/wavplay/Makefile b/audio/wavplay/Makefile index d1a21f29df05..fbd801885f87 100644 --- a/audio/wavplay/Makefile +++ b/audio/wavplay/Makefile @@ -10,7 +10,7 @@ WWW= https://sourceforge.net/projects/wavplay/ LICENSE= GPLv2 # only LICENSE_FILE= ${WRKSRC}/COPYING -ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 +ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64le ONLY_FOR_ARCHS_REASON= does not play sound correctly USES= autoreconf libtool:build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308201441.37KEfqax058655>