Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Apr 2022 15:51: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: b976bf6a3f17 - main - audio/csound: remove unneccesary CFLAGS_powerpc64
Message-ID:  <202204221551.23MFpLEg021754@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=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}" \



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