git: b976bf6a3f17 - main - audio/csound: remove unneccesary CFLAGS_powerpc64

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Fri, 22 Apr 2022 15:51:21 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b976bf6a3f1743425b3c064d571e9dfc211d6c67

commit b976bf6a3f1743425b3c064d571e9dfc211d6c67
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-04-22 15:37:30 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-04-22 15:37:30 +0000

    audio/csound: remove unneccesary CFLAGS_powerpc64
---
 audio/csound/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/audio/csound/Makefile b/audio/csound/Makefile
index 8ab6dc4eca5a..d4770a67ff9d 100644
--- a/audio/csound/Makefile
+++ b/audio/csound/Makefile
@@ -27,7 +27,6 @@ CONFLICTS_INSTALL= clearsilver go-cs libextractor outguess
 
 CFLAGS_powerpc=	-maltivec
 CFLAGS_powerpcspe=	-DPFFFT_SIMD_DISABLE
-CFLAGS_powerpc64=	-maltivec
 CMAKE_ARGS=	-DBUILD_CSOUNDVST:BOOL=OFF \
 		-DBUILD_PD_CLASS:BOOL=OFF \
 		-DPYTHON_MODULE_INSTALL_DIR:PATH="${PYTHONPREFIX_SITELIBDIR}" \