Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Oct 2021 10:37:21 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: aa9c9a9f1450 - main - audio/soundtouch: enable OPENMP and OPTIMIZED_CFLAGS on powerpc64
Message-ID:  <202110071037.197AbLj4033805@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=aa9c9a9f14508d25be943bd42a3d4e8539bd4e66

commit aa9c9a9f14508d25be943bd42a3d4e8539bd4e66
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-10-07 10:24:09 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-10-07 10:24:09 +0000

    audio/soundtouch: enable OPENMP and OPTIMIZED_CFLAGS on powerpc64
---
 audio/soundtouch/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile
index a715b7324da4..e23147cd5121 100644
--- a/audio/soundtouch/Makefile
+++ b/audio/soundtouch/Makefile
@@ -23,9 +23,11 @@ OPTIONS_DEFINE=		INTEGER_SAMPLES OPTIMIZED_CFLAGS
 OPTIONS_DEFINE_aarch64=	NEON OPENMP
 OPTIONS_DEFINE_amd64=	OPENMP
 OPTIONS_DEFINE_armv7=	NEON
+OPTIONS_DEFINE_powerpc64=	OPENMP
 OPTIONS_DEFAULT=	${MACHINE_CPU:Msoftfp:C/.+/INTEGER_SAMPLES/}
 OPTIONS_DEFAULT_aarch64=NEON OPENMP OPTIMIZED_CFLAGS
 OPTIONS_DEFAULT_amd64=	OPENMP OPTIMIZED_CFLAGS
+OPTIONS_DEFAULT_powerpc64=	OPENMP OPTIMIZED_CFLAGS
 
 INTEGER_SAMPLES_DESC=	Use integer sample format
 NEON_DESC=		Use NEON instructions



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110071037.197AbLj4033805>