git: 5a0fa3a27334 - main - audio/soundtouch: enable OPENMP and OPTIMIZED_CFLAGS on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Oct 2021 17:56:14 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=5a0fa3a273344804e67a307bf079abfda7e9ec3e commit 5a0fa3a273344804e67a307bf079abfda7e9ec3e Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-10-07 17:53:53 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-10-07 17:53:53 +0000 audio/soundtouch: enable OPENMP and OPTIMIZED_CFLAGS on powerpc64le --- audio/soundtouch/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile index e23147cd5121..d9a5889eb146 100644 --- a/audio/soundtouch/Makefile +++ b/audio/soundtouch/Makefile @@ -24,10 +24,12 @@ OPTIONS_DEFINE_aarch64= NEON OPENMP OPTIONS_DEFINE_amd64= OPENMP OPTIONS_DEFINE_armv7= NEON OPTIONS_DEFINE_powerpc64= OPENMP +OPTIONS_DEFINE_powerpc64le= 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 +OPTIONS_DEFAULT_powerpc64le= OPENMP OPTIMIZED_CFLAGS INTEGER_SAMPLES_DESC= Use integer sample format NEON_DESC= Use NEON instructions