git: aa9c9a9f1450 - main - audio/soundtouch: enable OPENMP and OPTIMIZED_CFLAGS on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Oct 2021 10:37:21 UTC
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